Skip to content

Commit 3bbc933

Browse files
authored
Merge pull request #9500 from hppritcha/topic/hot_fix_for_lanl_gitlab_ci
lanl/ci: fix for changes to gitsubmodules
2 parents 8e318a5 + 325913e commit 3bbc933

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ build:intel:
1212
tags: [darwin-slurm-shared]
1313
script:
1414
- module load intel
15-
- git submodule update --init
1615
- ./autogen.pl
1716
- ./configure CC=icc FC=ifort CXX=icpc --prefix=$PWD/install_test --with-libevent=internal
1817
- make -j 8 install
@@ -35,7 +34,6 @@ build:ibm:
3534
SCHEDULER_PARAMETERS: "-ppower9 -t 2:00:00 -N 1 --ntasks-per-node=16"
3635
script:
3736
- module load ibm
38-
- git submodule update --init
3937
- ./autogen.pl
4038
- ./configure CC=xlc FC=xlf CXX=xlc++ --prefix=$PWD/install_test --with-libevent=internal
4139
- make -j 8 install
@@ -58,7 +56,6 @@ build:amd:
5856
SCHEDULER_PARAMETERS: "-pamd-rome -t 2:00:00 -N 1 --ntasks-per-node=16"
5957
script:
6058
- module load aocc/3.0.0
61-
- git submodule update --init
6259
- ./autogen.pl
6360
- ./configure CC=clang FC=flang CXX=clang++ --prefix=$PWD/install_test --with-libevent=internal
6461
- make -j 8 install
@@ -79,7 +76,6 @@ build:gnu:
7976
tags: [darwin-slurm-shared]
8077
script:
8178
- module load gcc
82-
- git submodule update --init
8379
- ./autogen.pl
8480
- ./configure --prefix=$PWD/install_test --with-libevent=internal
8581
- make -j 8 install

0 commit comments

Comments
 (0)