Skip to content

Commit

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

0 comments on commit 368029b

Please sign in to comment.