Skip to content

Commit

Permalink
Try to ignore clang-3 in builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Sep 19, 2023
1 parent 3257c82 commit f0706fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
strategy:
matrix:
compiler:
# FIXME CI uses gcc instead of clang-3
# - clang-3
- clang-3
- clang-6
- clang-8
- clang-9
Expand Down
5 changes: 4 additions & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"cmake_args": [
"-DCMAKE_C_FLAGS=-shared-libasan",
"-DCMAKE_CXX_FLAGS=-shared-libasan"
]
],
"versions": {
"3": {}
}
}
}
}
Expand Down

0 comments on commit f0706fe

Please sign in to comment.