From 522c7bf3b100057ec717281326a505234412ba03 Mon Sep 17 00:00:00 2001 From: Charlie Lin Date: Mon, 20 Apr 2026 14:22:55 -0500 Subject: [PATCH 1/4] Bump LLVM in sanitizer tests to 22 --- .github/workflows/reusable-san.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable-san.yml b/.github/workflows/reusable-san.yml index 33f6f0ef455fe0..dadf9d262623ba 100644 --- a/.github/workflows/reusable-san.yml +++ b/.github/workflows/reusable-san.yml @@ -40,11 +40,11 @@ jobs: # Install clang wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh - sudo ./llvm.sh 20 - sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-20 100 - sudo update-alternatives --set clang /usr/bin/clang-20 - sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-20 100 - sudo update-alternatives --set clang++ /usr/bin/clang++-20 + sudo ./llvm.sh 22 + sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-22 100 + sudo update-alternatives --set clang /usr/bin/clang-22 + sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-22 100 + sudo update-alternatives --set clang++ /usr/bin/clang++-22 if [ "${SANITIZER}" = "TSan" ]; then # Reduce ASLR to avoid TSan crashing From 09d19eff512efa16b5fe7a64e243a2c428255cd2 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:27:56 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst diff --git a/Misc/NEWS.d/next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst b/Misc/NEWS.d/next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst new file mode 100644 index 00000000000000..26e090670ace52 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst @@ -0,0 +1 @@ +Bump LLVM in CI sanitizer tests to 22 From ed157268f65c7b588a4b9e9c0e57a1afe96b71b8 Mon Sep 17 00:00:00 2001 From: Charlie Lin Date: Mon, 20 Apr 2026 14:37:19 -0500 Subject: [PATCH 3/4] Upgrade GCC version from 10 to 14 for ASAN --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33a5950c1483a2..d3a9640ec0acfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -519,10 +519,10 @@ jobs: run: echo "::add-matcher::.github/problem-matchers/gcc.json" - name: Install dependencies run: sudo ./.github/workflows/posix-deps-apt.sh - - name: Set up GCC-10 for ASAN + - name: Set up GCC-14 for ASAN uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0 with: - version: 10 + version: 14 - name: Configure OpenSSL env vars run: | echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV" From ff3c00d9622b07bdd352f68468e642bc5d78eb30 Mon Sep 17 00:00:00 2001 From: Charlie Lin Date: Mon, 20 Apr 2026 14:39:10 -0500 Subject: [PATCH 4/4] Delete Misc/NEWS.d/next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst --- .../next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Misc/NEWS.d/next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst diff --git a/Misc/NEWS.d/next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst b/Misc/NEWS.d/next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst deleted file mode 100644 index 26e090670ace52..00000000000000 --- a/Misc/NEWS.d/next/Tests/2026-04-20-19-27-54.gh-issue-148806.7E01Ob.rst +++ /dev/null @@ -1 +0,0 @@ -Bump LLVM in CI sanitizer tests to 22