Skip to content

Commit bd4c626

Browse files
committed
review: don't run fuzzers in cross-compiled builds.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
1 parent d5b2dde commit bd4c626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
os: ubuntu-20.04
157157
arch: aarch64
158158
action: test
159+
targets: -//test/fuzz/...
159160
flags: --config=zig-cc-linux-aarch64 --@v8//bazel/config:v8_target_cpu=arm64
160161
deps: qemu-user-static libc6-arm64-cross
161162
cache: true

0 commit comments

Comments
 (0)