Skip to content

Commit

Permalink
Print variables used in Dockerfile.spack_build
Browse files Browse the repository at this point in the history
Being more verbose allows us to cross check values faster
  • Loading branch information
aurianer committed Dec 20, 2024
1 parent 04d79b2 commit 416bedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/docker/Dockerfile.spack_build
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN spack -e pika_ci config add "config:flags:keep_werror:all" && \
fi && \
spack -e pika_ci build-env $spack_spec -- \
bash -c " \
set -x; \
cmake -B${BUILD_DIR} ${SOURCE_DIR} -DCMAKE_BUILD_TYPE=$BUILD_TYPE $CMAKE_COMMON_FLAGS $CMAKE_FLAGS && \
cmake --build ${BUILD_DIR} --parallel $NUM_PROCS --target all tests examples install"

Expand Down

0 comments on commit 416bedd

Please sign in to comment.