Skip to content

Commit

Permalink
cirrus: upgrade to clang-17
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Mar 20, 2024
1 parent 0080b28 commit 7ab3240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ task:
name: Sanitizers
skip: $BRANCH == "master" || ($BRANCH != 'ci/cirrus' && $BRANCH =~ '^ci/.+')
env:
CC: clang
CXX: clang++
CC: clang-17
CXX: clang++-17
CFLAGS: -Wextra -Werror -march=native
CXXFLAGS: -Wextra -Werror -march=native
system_info_script:
- cat /proc/cpuinfo
- cat /proc/meminfo
install_dependencies_script:
- apt-get update
- apt-get install -y ninja-build ninja-build pipx python3-setuptools python3-wheel gcovr clang
- apt-get install -y ninja-build ninja-build pipx python3-setuptools python3-wheel gcovr clang-17
- pipx install meson==0.55.0
configure_script:
- /root/.local/bin/meson setup build -Db_coverage=true -Db_sanitize=address,undefined -Db_lundef=false
Expand Down

0 comments on commit 7ab3240

Please sign in to comment.