Skip to content

Commit

Permalink
Temporarily disable sanitizers in GH workflow
Browse files Browse the repository at this point in the history
See #837 for details
  • Loading branch information
akoshelev committed Nov 6, 2023
1 parent c5b59f8 commit 4d4dbb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ jobs:

# sanitizers currently require nightly https://github.com/rust-lang/rust/issues/39699
sanitize:
# disabled due to https://github.com/private-attribution/ipa/issues/837
if: false
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 4d4dbb1

Please sign in to comment.