Skip to content

Commit 1ebdb6f

Browse files
committed
ci: update centos7 and centos8 build
1 parent 8ea666b commit 1ebdb6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
name: centos7
113113
env:
114114
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
115+
BUILD_PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
115116
os: ubuntu-latest
116117
- # CentOS 8
117118
container:

ci/docker/centos8

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ RUN yum install -y \
1212
git-daemon \
1313
java-1.8.0-openjdk-headless \
1414
sudo \
15-
python39
15+
python39 \
16+
krb5-workstation \
17+
krb5-libs
1618

1719
FROM yum AS libssh2
1820
RUN cd /tmp && \

0 commit comments

Comments
 (0)