From 574f5871b78520fc96ca037b91b0359264de40cc Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Fri, 19 Mar 2021 20:18:53 +0100 Subject: [PATCH] wasm-updater: also commit callgraph.csv (#3300) Signed-off-by: Stephan Renatus --- build/commit-wasm-bins.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/commit-wasm-bins.sh b/build/commit-wasm-bins.sh index 74cbaf75f9..af138513b9 100755 --- a/build/commit-wasm-bins.sh +++ b/build/commit-wasm-bins.sh @@ -7,6 +7,7 @@ cd ${OPA_DIR} WASMFILES=( "internal/compiler/wasm/opa/opa.go" "internal/compiler/wasm/opa/opa.wasm" + "internal/compiler/wasm/opa/callgraph.csv" ) for file in "${WASMFILES[@]}"; do