Skip to content

Commit

Permalink
Merge pull request #1109 from msimberg/clang-18-boost-1.85.0-ci
Browse files Browse the repository at this point in the history
Use Boost 1.85.0 in CI
  • Loading branch information
msimberg authored May 17, 2024
2 parents 98b68d5 + bb4deef commit cb59f46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitlab/docker/Dockerfile.spack_base
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN apt-get update && apt-get -yqq install --no-install-recommends \
git \
gnupg2 \
jq \
libcurl4-openssl-dev \
libssl-dev \
libtool \
locales \
m4 \
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/includes/clang18_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include:
SPACK_ARCH: linux-ubuntu22.04-zen2
COMPILER: clang@18.1.1
CXXSTD: 23
SPACK_SPEC: "pika@main arch=$SPACK_ARCH %${COMPILER} malloc=system cxxstd=$CXXSTD ^boost@1.84.0 \
SPACK_SPEC: "pika@main arch=$SPACK_ARCH %${COMPILER} malloc=system cxxstd=$CXXSTD ^boost@1.85.0 \
^hwloc@2.9.1"
CMAKE_FLAGS: "-DPIKA_WITH_CXX_STANDARD=$CXXSTD -DPIKA_WITH_MALLOC=system
-DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/includes/common_spack_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include:
- local: '.gitlab/includes/common_pipeline.yml'

variables:
SPACK_COMMIT: d9ef0fcdc1d8d696ddf33fb91e640ddcbf69ec3f
SPACK_COMMIT: 7f3dd38ccc106142846f29f76b928fa58e0e3164

.base_spack_image:
timeout: 2 hours
Expand Down

0 comments on commit cb59f46

Please sign in to comment.