8000 Revert "gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)… · python/cpython@ad935a9 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad935a9

Browse files
authored
Revert "gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)" (#122032)
This reverts commit 12c1afa. The LLVM 18 Ubuntu package is working now.
1 parent d5a12b4 commit ad935a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reusable-tsan.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
# Install clang-18
3737
wget https://apt.llvm.org/llvm.sh
3838
chmod +x llvm.sh
39-
sudo ./llvm.sh 17 # gh-121946: llvm-18 package is temporarily broken
40-
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 100
41-
sudo update-alternatives --set clang /usr/bin/clang-17
42-
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 100
43-
sudo update-alternatives --set clang++ /usr/bin/clang++-17
39+
sudo ./llvm.sh 18
40+
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-18 100
41+
sudo update-alternatives --set clang /usr/bin/clang-18
42+
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 100
43+
sudo update-alternatives --set clang++ /usr/bin/clang++-18
4444
# Reduce ASLR to avoid TSAN crashing
4545
sudo sysctl -w vm.mmap_rnd_bits=28
4646
- name: TSAN Option Setup

0 commit comments

Comments
 (0)
0