Skip to content

Commit

Permalink
Disable GCC 11 stdexec CI configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Sep 9, 2024
1 parent 4068e4a commit 0b435b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ include:
- local: 'ci/cpu/clang16_release.yml'
- local: 'ci/cpu/gcc11_codecov.yml'
- local: 'ci/cpu/gcc11_release.yml'
- local: 'ci/cpu/gcc11_release_stdexec.yml'
- local: 'ci/cpu/gcc11_debug_stdexec.yml'
# https://github.com/eth-cscs/DLA-Future/issues/1184
# - local: 'ci/cpu/gcc11_release_stdexec.yml'
# - local: 'ci/cpu/gcc11_debug_stdexec.yml'
- local: 'ci/cpu/gcc12_release_cxx20.yml'
- local: 'ci/cuda/gcc11_release.yml'
- local: 'ci/cuda/gcc11_release_scalapack.yml'
Expand Down

0 comments on commit 0b435b0

Please sign in to comment.