Skip to content

Commit

Permalink
cleanup wasm32 target dir before pr benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity committed Oct 11, 2022
1 parent d31ca3f commit 00abd9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ wasmtime-benchmark:
- wasmtime run --dir=. ../../target/ci/benches-master.wasm -- --bench --save-baseline master-wasm | tee ../../target/ci/wasmtime-master
- popd
- git submodule deinit --all -f
- rm -rf target/wasm32-wasi

# `wasmtime` Branch: `pr`
- git checkout $CI_COMMIT_SHA
Expand Down

0 comments on commit 00abd9a

Please sign in to comment.