Skip to content

Commit 8e84a57

Browse files
committed
ci/bench.sh: Just symlink the expected qemu-aarch64 binary name
1 parent 4142634 commit 8e84a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/bench.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ go test --run=^$ --bench=. --benchmem "$@" ./...
1313
if [ "${CI-}" ]; then
1414
sudo apt-get update
1515
sudo apt-get install -y qemu-user-static
16-
qemu-aarch64() { qemu-aarch64-static "$@" }
16+
ln -s /usr/bin/qemu-aarch64-static /usr/local/bin/qemu-aarch64
1717
fi
1818
qemu-aarch64 ../../ci/out/thirdparty-arm64.test --test.run=^$ --test.bench=Benchmark_mask --test.benchmem
1919
fi

0 commit comments

Comments
 (0)