Skip to content

Commit c314fdf

Browse files
committed
lanl/ci: workaround for issue 10243
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 9eec562 commit c314fdf

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)