summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-15 22:53:19 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-15 22:53:19 -0400
commit1ebdb6f2034af941f989064a63b3a85d0a51074b (patch)
tree3890c87e6ae16fdb3f2b9d1505a1e79abbe86937
parent8ea666b244880185593195f45718d6e9dc703f22 (diff)
downloadlibgit2-1ebdb6f2034af941f989064a63b3a85d0a51074b.tar.gz
ci: update centos7 and centos8 build
-rw-r--r--.github/workflows/nightly.yml1
-rw-r--r--ci/docker/centos84
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index fc6108d4a..d6c75b972 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -112,6 +112,7 @@ jobs:
name: centos7
env:
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
+ BUILD_PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
os: ubuntu-latest
- # CentOS 8
container:
diff --git a/ci/docker/centos8 b/ci/docker/centos8
index 0414838d1..fe059a1b7 100644
--- a/ci/docker/centos8
+++ b/ci/docker/centos8
@@ -12,7 +12,9 @@ RUN yum install -y \
git-daemon \
java-1.8.0-openjdk-headless \
sudo \
- python39
+ python39 \
+ krb5-workstation \
+ krb5-libs
FROM yum AS libssh2
RUN cd /tmp && \