Skip to content

Commit

Permalink
[INFRA] add libc++ CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Nov 12, 2023
1 parent e746fcb commit 6200cd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
fail-fast: true
matrix:
include:
- name: "clang17 libc++"
compiler: "clang-17"
build: unit
build_type: Release
cxx_flags: "-stdlib=libc++"

- name: "clang17"
compiler: "clang-17"
build: unit
Expand Down

0 comments on commit 6200cd1

Please sign in to comment.