Skip to content

Commit 53862d0

Browse files
committed
Fixup to comment
Signed-off-by: Stewart X Addison <[email protected]>
1 parent 814d60a commit 53862d0

File tree

1 file changed

+1
-1
lines changed
  • build-farm/platform-specific-configurations

1 file changed

+1
-1
lines changed

build-farm/platform-specific-configurations/linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ then
219219
# OpenJ9 fetches the latest OpenSSL in their get_source.sh
220220
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-openssl=fetched"
221221
if [ "${ARCHITECTURE}" == "aarch64" ]; then
222-
echo PROBABLE JETSON NANO DEVELOPMENT ENVIRONMENT - Enabling CUDA ...
222+
# Potentially a JetSon Nano dev environment so look here
223223
CUDA_HOME=/usr/local/cuda-10.2
224224
else
225225
CUDA_HOME=/usr/local/cuda-9.0

0 commit comments

Comments
 (0)