Skip to content

Commit

Permalink
ci/bench.sh: Just symlink the expected qemu-aarch64 binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr committed Oct 20, 2023
1 parent 4142634 commit 8e84a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/bench.sh
Expand Up @@ -13,7 +13,7 @@ go test --run=^$ --bench=. --benchmem "$@" ./...
if [ "${CI-}" ]; then
sudo apt-get update
sudo apt-get install -y qemu-user-static
qemu-aarch64() { qemu-aarch64-static "$@" }
ln -s /usr/bin/qemu-aarch64-static /usr/local/bin/qemu-aarch64
fi
qemu-aarch64 ../../ci/out/thirdparty-arm64.test --test.run=^$ --test.bench=Benchmark_mask --test.benchmem
fi
Expand Down

0 comments on commit 8e84a57

Please sign in to comment.