We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea666b commit 1ebdb6fCopy full SHA for 1ebdb6f
.github/workflows/nightly.yml
@@ -112,6 +112,7 @@ jobs:
112
name: centos7
113
env:
114
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
116
os: ubuntu-latest
117
- # CentOS 8
118
container:
ci/docker/centos8
@@ -12,7 +12,9 @@ RUN yum install -y \
12
git-daemon \
13
java-1.8.0-openjdk-headless \
14
sudo \
15
- python39
+ python39 \
16
+ krb5-workstation \
17
+ krb5-libs
18
19
FROM yum AS libssh2
20
RUN cd /tmp && \
0 commit comments