Skip to content

Commit 6048244

Browse files
committed
LANL-CI: another way to work around this
gitmodules change in PR #9485 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent d25cc39 commit 6048244

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ build:intel:
1212
tags: [darwin-slurm-shared]
1313
script:
1414
- module load intel
15+
- rm .gitmodules
16+
- cp $GITSUBMODULEPATCH .gitmodules
17+
- git submodule update --init
1518
- ./autogen.pl
1619
- ./configure CC=icc FC=ifort CXX=icpc --prefix=$PWD/install_test --with-libevent=internal
1720
- make -j 8 install
@@ -34,6 +37,9 @@ build:ibm:
3437
SCHEDULER_PARAMETERS: "-ppower9 -t 2:00:00 -N 1 --ntasks-per-node=16"
3538
script:
3639
- module load ibm
40+
- rm .gitmodules
41+
- cp $GITSUBMODULEPATCH .gitmodules
42+
- git submodule update --init
3743
- ./autogen.pl
3844
- ./configure CC=xlc FC=xlf CXX=xlc++ --prefix=$PWD/install_test --with-libevent=internal
3945
- make -j 8 install
@@ -56,6 +62,9 @@ build:amd:
5662
SCHEDULER_PARAMETERS: "-pamd-rome -t 2:00:00 -N 1 --ntasks-per-node=16"
5763
script:
5864
- module load aocc/3.0.0
65+
- rm .gitmodules
66+
- cp $GITSUBMODULEPATCH .gitmodules
67+
- git submodule update --init
5968
- ./autogen.pl
6069
- ./configure CC=clang FC=flang CXX=clang++ --prefix=$PWD/install_test --with-libevent=internal
6170
- make -j 8 install
@@ -76,6 +85,9 @@ build:gnu:
7685
tags: [darwin-slurm-shared]
7786
script:
7887
- module load gcc
88+
- rm .gitmodules
89+
- cp $GITSUBMODULEPATCH .gitmodules
90+
- git submodule update --init
7991
- ./autogen.pl
8092
- ./configure --prefix=$PWD/install_test --with-libevent=internal
8193
- make -j 8 install

0 commit comments

Comments
 (0)