avoid system afl in ci

This commit is contained in:
Brendan Hansknecht 2025-03-17 19:24:17 -07:00
parent 350767c161
commit 346de8a281
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -50,7 +50,7 @@ jobs:
- name: build roc
run: |
zig build -Dllvm -Dfuzz
zig build -Dllvm -Dfuzz -Dsystem-afl=false
- name: roc executable minimal check (Unix)
if: runner.os != 'Windows'
@ -64,7 +64,7 @@ jobs:
- name: zig tests
run: |
zig build test -Dllvm -Dfuzz
zig build test -Dllvm -Dfuzz -Dsystem-afl=false
- name: zig snapshot tests
run: zig build snapshot