Skip to content

Commit b7a85fd

Browse files
authored
Merge pull request #10247 from hppritcha/topic/lanl_gitlab_war_for_10243
lanl/ci: workaround for issue 10243
2 parents f377569 + c314fdf commit b7a85fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ build:amd:
6666
- cp $GITSUBMODULEPATCH .gitmodules
6767
- git submodule update --init
6868
- ./autogen.pl
69-
- ./configure CC=clang FC=flang CXX=clang++ --prefix=$PWD/install_test --with-libevent=internal
69+
- ./configure CC=clang FC=flang CXX=clang++ --prefix=$PWD/install_test --with-libevent=internal LIBS="-lucm -lucs"
7070
- make -j 8 install
7171
- make check
7272
- export PATH=$PWD/install_test/bin:$PATH

0 commit comments

Comments
 (0)