Commit 1ebdb6f2 by Edward Thomson

ci: update centos7 and centos8 build

parent 8ea666b2
...@@ -112,6 +112,7 @@ jobs: ...@@ -112,6 +112,7 @@ jobs:
name: centos7 name: centos7
env: env:
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON 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 os: ubuntu-latest
- # CentOS 8 - # CentOS 8
container: container:
......
...@@ -12,7 +12,9 @@ RUN yum install -y \ ...@@ -12,7 +12,9 @@ RUN yum install -y \
git-daemon \ git-daemon \
java-1.8.0-openjdk-headless \ java-1.8.0-openjdk-headless \
sudo \ sudo \
python39 python39 \
krb5-workstation \
krb5-libs
FROM yum AS libssh2 FROM yum AS libssh2
RUN cd /tmp && \ 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