Commit 1ebdb6f2 by Edward Thomson

ci: update centos7 and centos8 build

parent 8ea666b2
......@@ -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:
......
......@@ -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 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment