From 3042942603e6d81dc0350277ebc248ab2188d5ed Mon Sep 17 00:00:00 2001 From: Alistair Adcroft Date: Sun, 13 Mar 2022 13:06:29 -0400 Subject: [PATCH] Fix nolibs build in CI pipeline - Enabling pipelines for SIS2 required making the MOM6_SRC macro mandatory. It was set in .gitlab-ci.yml for all targets except nolibs build. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e1da1c1f9..c22bfc4144 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,14 +44,14 @@ gnu:ocean-only-nolibs: tags: - ncrc4 script: - - make -f tools/MRS/Makefile pipeline-build-gnu-oceanonly-nolibs + - make -f tools/MRS/Makefile MOM6_SRC=../.. pipeline-build-gnu-oceanonly-nolibs gnu:ice-ocean-nolibs: stage: builds tags: - ncrc4 script: - - make -f tools/MRS/Makefile pipeline-build-gnu-iceocean-nolibs + - make -f tools/MRS/Makefile MOM6_SRC=../.. pipeline-build-gnu-iceocean-nolibs intel:repro: stage: builds