From 368029bf9fc8ea80d3e7321f1fd00dec4f97e322 Mon Sep 17 00:00:00 2001 From: Pedro Santos Neves <10762799+Neves-P@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:07:21 +0100 Subject: [PATCH] Update build_container_bot.sh --- bot/build_container_bot.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot/build_container_bot.sh b/bot/build_container_bot.sh index 07dfb35c58..87dd90909c 100644 --- a/bot/build_container_bot.sh +++ b/bot/build_container_bot.sh @@ -199,8 +199,6 @@ then # Use archspec to determine the architecture name of this host. #ARCH=$(uname -m)/$(singularity exec ${BUILD_CONTAINER} archspec cpu) # Use EESSI's archdetect script to determine the architecture name of this host. - echo "Executing command:" - echo "SW_STACK_ARCH=$(singularity exec ${BUILD_CONTAINER} eessi_archdetect.sh cpupath)" SW_STACK_ARCH=$(singularity exec ${BUILD_CONTAINER} eessi_archdetect.sh cpupath) #SW_STACK_ARCH=x86_64/amd/zen2 elif [ ! -z "${SW_STACK_ARCH##*'/'*'/'*}" ]