Skip to content

Commit b301169

Browse files
committed
buildbot: disable clang 17 because the github image is picking up the gcc 12 headers
and clang doesnt like them
1 parent cf9a41b commit b301169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-22.04]
13-
compiler: [g++-11, clang++-16, clang++-17]
13+
compiler: [g++-11, clang++-16]
1414
build_type: [Release, Debug]
1515
cache: ['', Redis]
1616
include:

0 commit comments

Comments
 (0)