Skip to content

Commit

Permalink
Fix CI by disabling zlib-ng-compat on mingw
Browse files Browse the repository at this point in the history
mingw in CI seems to trigger a segfault; I can't reproduce that segfault
outside of a CI environment. Disable this particular feature on mingw to
make the rest of CI usable.
  • Loading branch information
joshtriplett committed May 28, 2022
1 parent 3b2c3a1 commit 0dd8cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- run: cargo test --features miniz-sys
- run: cargo test --features zlib --no-default-features
- run: cargo test --features zlib-ng-compat --no-default-features
if: matrix.build != 'mingw'
- run: cargo test --features cloudflare_zlib --no-default-features
if: matrix.build != 'mingw'
- run: cargo test --features miniz-sys --no-default-features
Expand Down

0 comments on commit 0dd8cb6

Please sign in to comment.