Merge pull request #8297 from roc-lang/zig-build-retry

zig build retry protection
This commit is contained in:
Anton-4 2025-10-15 11:21:27 +02:00 committed by GitHub
commit 72047cd1fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'