Skip to content

Commit

Permalink
Disable testing with Linux/libc++ since the effect of switching betwe…
Browse files Browse the repository at this point in the history
…en libstdc++ and libc++ is minimal right now.
  • Loading branch information
insertinterestingnamehere committed Oct 26, 2023
1 parent c4059a0 commit a0de5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
sanitizer: [address, memory, thread, undefined]
scheduler: [nemesis, sherwood]
topology: [hwloc, binders, no]
use_libcxx: [true, false]
use_libcxx: [false] # disable testing on libcxx since its effect seems very limited for now.
env:
CC: clang-17
CXX: clang++-17
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
compiler: [gcc, clang]
scheduler: [nemesis, sherwood]
topology: [hwloc, binders, no]
use_libcxx: [true, false]
use_libcxx: [false] # disable testing on libcxx since its effect seems very limited for now.
use_asserts: [true, false]
use_expensive_asserts: [true, false]
exclude:
Expand Down

0 comments on commit a0de5c3

Please sign in to comment.