From 4dca2e5bc95c10966fab3127ef49bab78c2e1ced Mon Sep 17 00:00:00 2001
From: Neves-P
Date: Mon, 4 Mar 2024 10:40:55 +0100
Subject: [PATCH] Print archdetect command
---
bot/build_container_bot.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bot/build_container_bot.sh b/bot/build_container_bot.sh
index 87dd90909c..07dfb35c58 100644
--- a/bot/build_container_bot.sh
+++ b/bot/build_container_bot.sh
@@ -199,6 +199,8 @@ 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##*'/'*'/'*}" ]