Skip to content

Commit

Permalink
ci/sanitizers: bump clang and ubuntu (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Dec 24, 2024
1 parent 8b1fed0 commit 6983845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-24.04]
sanitizer: [thread, address, undefined]
env:
CC: clang-17
CC: clang-18
CMAKE_GENERATOR: Ninja
CFLAGS: "-fsanitize=${{ matrix.sanitizer }} -fno-sanitize-recover=all -fno-sanitize=function"
ASAN_OPTIONS: fast_unwind_on_malloc=0
Expand All @@ -41,8 +41,8 @@ jobs:
- name: Install clang-tools
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main"
sudo apt-get update && sudo apt-get install -y clang-17
sudo add-apt-repository "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-18 main"
sudo apt-get update && sudo apt-get install -y clang-tools-18
- name: make info
run: |
Expand Down

0 comments on commit 6983845

Please sign in to comment.