We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814d60a commit 53862d0Copy full SHA for 53862d0
build-farm/platform-specific-configurations/linux.sh
@@ -219,7 +219,7 @@ then
219
# OpenJ9 fetches the latest OpenSSL in their get_source.sh
220
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-openssl=fetched"
221
if [ "${ARCHITECTURE}" == "aarch64" ]; then
222
- echo PROBABLE JETSON NANO DEVELOPMENT ENVIRONMENT - Enabling CUDA ...
+ # Potentially a JetSon Nano dev environment so look here
223
CUDA_HOME=/usr/local/cuda-10.2
224
else
225
CUDA_HOME=/usr/local/cuda-9.0
0 commit comments