From 8eeb62f36c86ad24e007fed9d044d521c264d2c1 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Fri, 17 Nov 2023 13:01:35 +0000 Subject: [PATCH] Fixup to comment Signed-off-by: Stewart X Addison --- build-farm/platform-specific-configurations/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-farm/platform-specific-configurations/linux.sh b/build-farm/platform-specific-configurations/linux.sh index cba5a22f45..c22e13a621 100755 --- a/build-farm/platform-specific-configurations/linux.sh +++ b/build-farm/platform-specific-configurations/linux.sh @@ -219,7 +219,7 @@ then # OpenJ9 fetches the latest OpenSSL in their get_source.sh export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-openssl=fetched" if [ "${ARCHITECTURE}" == "aarch64" ]; then - echo PROBABLE JETSON NANO DEVELOPMENT ENVIRONMENT - Enabling CUDA ... + # Pontentially a JetSon Nano dev environment so look here CUDA_HOME=/usr/local/cuda-10.2 else CUDA_HOME=/usr/local/cuda-9.0