Skip to content

Commit afb7b00

Browse files
authored
Updated to clang 17 for asan workflow (#1231)
* google/sanitizers#1267 * https://reviews.llvm.org/D147459 * Later clang versions may have this issue fixed otherwise will try ASAN_OPTIONS=intercept_tls_get_addr=0 Signed-off-by: Jared Duffey <[email protected]>
1 parent a78d64e commit afb7b00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/asan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
build:
99
env:
1010
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
11-
CC: clang-14
12-
CXX: clang++-14
13-
runs-on: ubuntu-22.04
11+
CC: clang-17
12+
CXX: clang++-17
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3

0 commit comments

Comments
 (0)