Skip to content

Commit

Permalink
Merge pull request #1363 from msimberg/apex-develop-ci
Browse files Browse the repository at this point in the history
Use apex 2.7.1 in CI which fixes shutdown use-after-free
  • Loading branch information
msimberg authored Jan 20, 2025
2 parents f451c4d + b8fb5fd commit 1ab788b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab/includes/gcc10_apex_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include:
COMPILER: gcc@10.3.0
CXXSTD: 17
SPACK_SPEC: "pika@main +apex arch=$SPACK_ARCH %${COMPILER} malloc=system cxxstd=$CXXSTD \
^apex@2.6.5 ~activeharmony~plugins~binutils~openmp~papi ^otf2@2.3"
^apex@2.7.1 ~activeharmony~plugins~binutils~openmp~papi ^otf2@2.3"
CMAKE_FLAGS: "-DPIKA_WITH_CXX_STANDARD=$CXXSTD -DPIKA_WITH_APEX=ON -DPIKA_WITH_MALLOC=system \
-DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON"

Expand Down Expand Up @@ -45,9 +45,7 @@ gcc10_apex_build:
gcc10_apex_test_release:
extends: [.gcc10_apex_test_common]
image: $PERSIST_IMAGE_NAME_RELEASE
allow_failure: true

gcc10_apex_test_debug:
extends: [.gcc10_apex_test_common]
image: $PERSIST_IMAGE_NAME_DEBUG
allow_failure: true

0 comments on commit 1ab788b

Please sign in to comment.