Skip to content

Commit

Permalink
Downgrade ubuntu version for sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Jan 13, 2025
1 parent 67c7242 commit 608b9d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,10 @@ jobs:
- name: Integration Tests - IPA with Relaxed DP
run: cargo test --release --test "ipa_with_relaxed_dp" --no-default-features --features "cli web-app real-world-infra test-fixture compact-gate relaxed-dp"

# sanitizers currently require nightly https://github.com/rust-lang/rust/issues/39699
# sanitizers currently require nightly https://github.com/rust-lang/rust/issues/39699,
# and are broken on ubuntu 24.04 https://github.com/rust-lang/rust/issues/111073#issuecomment-2561607617
sanitize:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 608b9d5

Please sign in to comment.