Docker: Switch manual to pdbg (#5074)

This commit is contained in:
Ole Schütt 2026-04-18 21:57:16 +02:00 committed by GitHub
parent 30e889138e
commit 8b341f7d8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ COPY ./CMakeLists.txt .
# Compile CP2K.
COPY ./tools/docker/scripts/build_cp2k.sh .
RUN ./build_cp2k.sh toolchain psmp
RUN ./build_cp2k.sh toolchain pdbg
# Generate manual.
COPY ./docs ./docs

View file

@ -338,7 +338,7 @@ RUN /bin/bash -ec "./tools/conventions/test_conventions.sh |& tee report.log"
# ======================================================================================
def manual() -> str:
return install_cp2k(profile="toolchain", version="psmp", revision=True) + rf"""
return install_cp2k(profile="toolchain", version="pdbg", revision=True) + rf"""
# Generate manual.
COPY ./docs ./docs
COPY ./tools/input_editing ./tools/input_editing

View file

@ -27,8 +27,8 @@ echo -e "\n========== Generating Manual =========="
mkdir -p /workspace/artifacts/manual
cd /workspace/artifacts/manual
/opt/cp2k/build/bin/cp2k.psmp --version
/opt/cp2k/build/bin/cp2k.psmp --xml
/opt/cp2k/build/bin/cp2k.pdbg --version
/opt/cp2k/build/bin/cp2k.pdbg --xml
set +e # disable error trapping for remainder of script
(