Skip to content

Commit

Permalink
Print archdetect command
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 4, 2024
1 parent d2859af commit 4dca2e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/build_container_bot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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##*'/'*'/'*}" ]
Expand Down

0 comments on commit 4dca2e5

Please sign in to comment.