Skip to content

Commit 76c503c

Browse files
authored
Merge pull request libgit2#5995 from libgit2/ethomson/centos_ci
ci: update centos builds
2 parents 9806f5a + ecdb41f commit 76c503c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

ci/docker/centos8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ RUN useradd --shell /bin/bash libgit2 --create-home
4444
FROM adduser AS configure
4545
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
4646
RUN mkdir /var/run/sshd
47+
RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local && \
48+
ldconfig

0 commit comments

Comments
 (0)