We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2cbed commit 5f02c6cCopy full SHA for 5f02c6c
1 file changed
bot/build.sh
@@ -255,7 +255,8 @@ if [[ -n "$ACCEL_OVERRIDES" ]]; then
255
for ACCEL_OVERRIDE in ${ACCEL_OVERRIDES//+/ }
256
do
257
# bot job config does not include accel subdirectory
258
- export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/$ACCEL_OVERRIDE"
+ export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/${ACCEL_OVERRIDE}"
259
+ echo "bot/build.sh: EESSI_ACCELERATOR_TARGET_OVERRIDE='accel/${ACCEL_OVERRIDE}'"
260
echo "Executing command to build software:"
261
echo "$software_layer_dir/eessi_container.sh ${COMMON_ARGS[@]} ${BUILD_STEP_ARGS[@]}"
262
echo " -- $software_layer_dir/install_software_layer.sh \"${INSTALL_SCRIPT_ARGS[@]}\" \"$@\" 2>&1 | tee -a ${build_outerr}"
0 commit comments