Skip to content

Commit 036f9a3

Browse files
committed
add note about bumping clang version
1 parent 330239c commit 036f9a3

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/reusable-san.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: |
4040
sudo ./.github/workflows/posix-deps-apt.sh
4141
# On ubuntu-26.04 image, clang is clang-21 by default
42+
# NOTE: when bumping to a new version of clang,
43+
# please update the versions in `Tools/pixi-packages/variants.yaml` too.
4244
echo "CC=clang" >> "$GITHUB_ENV"
4345
echo "CXX=clang++" >> "$GITHUB_ENV"
4446
- name: TSan option setup

Tools/pixi-packages/variants.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ variant: ["default", "asan", "freethreading", "tsan_freethreading"]
44
openssl:
55
- '3.5'
66

7+
# match `.github/workflows/reusable-san.yml`
78
c_compiler:
89
- clang
910
c_compiler_version:

0 commit comments

Comments
 (0)