Skip to content

Commit 5ad53ec

Browse files
committed
ci: update centos builds
1 parent 1ebdb6f commit 5ad53ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,15 @@ jobs:
112112
name: centos7
113113
env:
114114
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
115+
SKIP_NEGOTIATE_TESTS: true
115116
BUILD_PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
116117
os: ubuntu-latest
117118
- # CentOS 8
118119
container:
119120
name: centos8
120121
env:
121122
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
123+
SKIP_NEGOTIATE_TESTS: true
122124
os: ubuntu-latest
123125
- # macOS
124126
os: macos-10.15

ci/docker/centos7

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ RUN yum install -y \
44
which \
55
git \
66
libarchive \
7-
cmake \
87
gcc \
98
gcc-c++ \
109
make \

0 commit comments

Comments
 (0)