Skip to content

Commit

Permalink
bump CXX=20 to clang 15 as clang14 is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
rasolca committed Sep 13, 2024
1 parent daeac85 commit 5771565
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 0 additions & 30 deletions ci/cpu/clang14_release_cxx20.yml

This file was deleted.

30 changes: 30 additions & 0 deletions ci/cpu/clang15_release_cxx20.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
include:
- local: 'ci/common-ci.yml'

cpu clang15 cxx20 release deps:
extends: .build_deps_common
variables:
EXTRA_APTGET: "clang-15 libomp-14-dev"
COMPILER: clang@15
CXXSTD: 20
SPACK_ENVIRONMENT: ci/docker/release-cpu.yaml
USE_MKL: "ON"
BUILD_IMAGE: $CSCS_REGISTRY_PATH/cpu-clang15-20-release/build

cpu clang15 cxx20 release build:
extends:
- .build_common
- .build_for_daint-mc
needs:
- cpu clang15 cxx20 release deps
variables:
DEPLOY_IMAGE: $CSCS_REGISTRY_PATH/cpu-clang15-cxx20-release/deploy:$CI_COMMIT_SHA

cpu clang15 cxx20 release test:
extends: .run_common
needs:
- cpu clang15 cxx20 release build
trigger:
include:
- artifact: pipeline.yml
job: cpu clang15 cxx20 release build

0 comments on commit 5771565

Please sign in to comment.