Skip to content

Commit

Permalink
print message when disabling CUDA for RISC-V
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Dec 5, 2024
1 parent aa08fc1 commit dfe7f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ fi

# Skip CUDA installation for riscv.eessi.io
if [[ "${REPOSITORY}" == riscv.eessi.io* ]]; then
echo "bot/build.sh: disabling CUDA installation for RISC-V repository ${REPOSITORY}"
INSTALL_SCRIPT_ARGS+=("--skip-cuda-install")
fi
echo "DEBUG: repo: ${REPOSITORY}, ${INSTALL_SCRIPTS_ARGS[@]}"
Expand Down

0 comments on commit dfe7f79

Please sign in to comment.