Skip to content

Commit d88f728

Browse files
authored
Merge pull request #10892 from hppritcha/lanl_ci_use_recursive
ci/lanl: use recursive git submodule init
2 parents f9eca2c + 29fe00f commit d88f728

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:intel:
1414
- module load intel/2022.0.1
1515
- rm .gitmodules
1616
- cp $GITSUBMODULEPATCH .gitmodules
17-
- git submodule update --init
17+
- git submodule update --init --recursive
1818
- ./autogen.pl
1919
- ./configure CC=icx FC=ifx CXX=icpx --prefix=$PWD/install_test --with-libevent=internal
2020
- make -j 8 install
@@ -39,7 +39,7 @@ build:ibm:
3939
- module load ibm
4040
- rm .gitmodules
4141
- cp $GITSUBMODULEPATCH .gitmodules
42-
- git submodule update --init
42+
- git submodule update --init --recursive
4343
- ./autogen.pl
4444
- ./configure CC=xlc FC=xlf CXX=xlc++ --prefix=$PWD/install_test --with-libevent=internal
4545
- make -j 8 install
@@ -64,7 +64,7 @@ build:amd:
6464
- module load aocc/3.0.0
6565
- rm .gitmodules
6666
- cp $GITSUBMODULEPATCH .gitmodules
67-
- git submodule update --init
67+
- git submodule update --init --recursive
6868
- ./autogen.pl
6969
- ./configure CC=clang FC=flang CXX=clang++ --prefix=$PWD/install_test --with-libevent=internal LIBS="-lucm -lucs"
7070
- make -j 8 install
@@ -87,7 +87,7 @@ build:gnu:
8787
- module load gcc
8888
- rm .gitmodules
8989
- cp $GITSUBMODULEPATCH .gitmodules
90-
- git submodule update --init
90+
- git submodule update --init --recursive
9191
- ./autogen.pl
9292
- ./configure --prefix=$PWD/install_test --with-libevent=internal
9393
- make -j 8 install
@@ -117,7 +117,7 @@ build:cce:
117117
- module unload cray-mvapich2_nogpu
118118
- rm .gitmodules
119119
- cp $GITSUBMODULEPATCH .gitmodules
120-
- git submodule update --init
120+
- git submodule update --init --recursive
121121
- ./autogen.pl
122122
- ./configure CC=cc FTN=ftn CXX=CC --with-ucx=no --prefix=$PWD/install_test --with-libevent=internal
123123
- make -j 8 install

0 commit comments

Comments
 (0)