mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Merge pull request #8297 from roc-lang/zig-build-retry
zig build retry protection
This commit is contained in:
commit
72047cd1fc
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci_zig.yml
vendored
7
.github/workflows/ci_zig.yml
vendored
|
|
@ -98,8 +98,11 @@ jobs:
|
|||
sudo rm /usr/lib/llvm-18/bin/llvm-config
|
||||
|
||||
- name: build repro executables
|
||||
run: |
|
||||
zig build -Dfuzz -Dsystem-afl=false
|
||||
uses: ./.github/actions/flaky-retry
|
||||
with:
|
||||
command: 'zig build -Dfuzz -Dsystem-afl=false'
|
||||
error_string_contains: 'EndOfStream'
|
||||
retry_count: 3
|
||||
|
||||
- name: Run Test Platforms (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue