File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,17 @@ jobs:
112112 name : centos7
113113 env :
114114 CMAKE_OPTIONS : -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
115+ PKG_CONFIG_PATH : /usr/local/lib/pkgconfig
115116 SKIP_NEGOTIATE_TESTS : true
116- BUILD_PATH : /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
117117 os : ubuntu-latest
118118 - # CentOS 8
119119 container :
120120 name : centos8
121121 env :
122122 CMAKE_OPTIONS : -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
123+ PKG_CONFIG_PATH : /usr/local/lib/pkgconfig
123124 SKIP_NEGOTIATE_TESTS : true
125+ SKIP_SSH_TESTS : true
124126 os : ubuntu-latest
125127 - # macOS
126128 os : macos-10.15
Original file line number Diff line number Diff line change @@ -44,3 +44,5 @@ RUN useradd --shell /bin/bash libgit2 --create-home
4444FROM adduser AS configure
4545ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
4646RUN mkdir /var/run/sshd
47+ RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local && \
48+ ldconfig
You can’t perform that action at this time.
0 commit comments