From 3f5887ad8498a8c6bb81b8cccec690df90997e55 Mon Sep 17 00:00:00 2001 From: Ben Prather Date: Mon, 4 Dec 2023 10:30:04 -0700 Subject: [PATCH] make.sh: Include CI when testing whether we're on Darwin --- machines/darwin.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/darwin.sh b/machines/darwin.sh index dc6b605c..a3c9ceb9 100644 --- a/machines/darwin.sh +++ b/machines/darwin.sh @@ -3,7 +3,8 @@ # Must list which node you're compiling for, # from the options below -if [[ ($HOSTNAME == "cn"* || $HOSTNAME == "darwin"*) && "$PWD" == "/vast"* ]]; then +if [[ ($HOSTNAME == "cn"* || $HOSTNAME == "darwin"*) && + ("$PWD" == "/projects/jacamar-ci"* || "$PWD" == "/vast"*) ]]; then #module purge # This messes things up on ARM nodes module load cmake