We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f4587 commit 29a419dCopy full SHA for 29a419d
1 file changed
bot/build.sh
@@ -254,7 +254,6 @@ ACCEL_OVERRIDES=$(cfg_get_value "architecture" "accelerator")
254
if [[ -n "$ACCEL_OVERRIDES" ]]; then
255
IFS='+' read -ra ACCEL_OVERRIDES_ARRAY <<< "$ACCEL_OVERRIDES"
256
for ACCEL_OVERRIDE in "${ACCEL_OVERRIDES_ARRAY[@]}"; do
257
- do
258
# bot job config does not include accel subdirectory
259
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/${ACCEL_OVERRIDE}"
260
echo "bot/build.sh: EESSI_ACCELERATOR_TARGET_OVERRIDE='accel/${ACCEL_OVERRIDE}'"
0 commit comments