Docker: Migrate arm64 test to CMake

This commit is contained in:
Ole Schütt 2025-07-24 15:50:29 +02:00 committed by Ole Schütt
parent fa01f37413
commit 8e43b5cd4d
4 changed files with 27 additions and 20 deletions

View file

@ -19,9 +19,6 @@ if ((SHM_AVAIL < 1024)); then
exit 1
fi
# Compile CP2K.
./build_cp2k_cmake.sh "${PROFILE}" "${VERSION}" || exit 0
# Extend stack size only for Intel compilers.
if "./build/bin/cp2k.${VERSION}" --version | grep -q "compiler: Intel"; then
ulimit -s unlimited # breaks address sanitizer