Commit 5ad53ec7 by Edward Thomson

ci: update centos builds

parent 1ebdb6f2
...@@ -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
SKIP_NEGOTIATE_TESTS: true
BUILD_PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin BUILD_PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
os: ubuntu-latest os: ubuntu-latest
- # CentOS 8 - # CentOS 8
...@@ -119,6 +120,7 @@ jobs: ...@@ -119,6 +120,7 @@ jobs:
name: centos8 name: centos8
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
SKIP_NEGOTIATE_TESTS: true
os: ubuntu-latest os: ubuntu-latest
- # macOS - # macOS
os: macos-10.15 os: macos-10.15
......
...@@ -4,7 +4,6 @@ RUN yum install -y \ ...@@ -4,7 +4,6 @@ RUN yum install -y \
which \ which \
git \ git \
libarchive \ libarchive \
cmake \
gcc \ gcc \
gcc-c++ \ gcc-c++ \
make \ make \
......
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