diff --git a/sorc/build_all.sh b/sorc/build_all.sh index 14c38b93be..af15be7b1f 100755 --- a/sorc/build_all.sh +++ b/sorc/build_all.sh @@ -90,6 +90,11 @@ fi source ./partial_build.sh ${_verbose_opt} ${_partial_opt} # shellcheck disable= +# Disable gldas on Jet +if [[ ${MACHINE_ID} =~ jet.* ]]; then + Build_gldas="false" +fi + #------------------------------------ # Exception Handling Init #------------------------------------