From 8c715f4a28d42e49b3a574c49f8a7f79b456fecd Mon Sep 17 00:00:00 2001 From: Andy Leiserson Date: Mon, 13 Jan 2025 11:19:26 -0800 Subject: [PATCH] Downgrade ubuntu version for sanitizers --- .github/workflows/check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ef8d0a9dc..f07cbf279 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -191,9 +191,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: