Skip to content

Commit

Permalink
make.sh: Include CI when testing whether we're on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Prather committed Dec 4, 2023
1 parent 234009e commit 3f5887a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion machines/darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3f5887a

Please sign in to comment.