mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
avoid system afl in ci
This commit is contained in:
parent
350767c161
commit
346de8a281
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_zig.yml
vendored
4
.github/workflows/ci_zig.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue