Skip to content

Commit

Permalink
Disable libc++ for now till github integration improves
Browse files Browse the repository at this point in the history
Signed-off-by: Ian <[email protected]>
  • Loading branch information
Rinzii committed Jan 25, 2025
1 parent 11c9cc6 commit c41a13a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,6 @@ jobs:
testPreset: test-ninja-clang-release
cxx_version: 20

# Clang libcpp Release
- name: clang-libcpp-release
configurePreset: ninja-clang-libcpp-relwithdebinfo
buildPreset: build-ninja-clang-libcpp-relwithdebinfo
testPreset: test-ninja-clang-libcpp-relwithdebinfo
cxx_version: 17

- name: clang-libcpp-release-cxx20
configurePreset: ninja-clang-libcpp-relwithdebinfo
buildPreset: build-ninja-clang-libcpp-relwithdebinfo
testPreset: test-ninja-clang-libcpp-relwithdebinfo
cxx_version: 20

steps:
- name: Harden Runner
uses: step-security/[email protected]
Expand Down

0 comments on commit c41a13a

Please sign in to comment.