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 1ebdb6f commit 5ad53ecCopy full SHA for 5ad53ec
.github/workflows/nightly.yml
@@ -112,13 +112,15 @@ jobs:
112
name: centos7
113
env:
114
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
115
+ SKIP_NEGOTIATE_TESTS: true
116
BUILD_PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
117
os: ubuntu-latest
118
- # CentOS 8
119
container:
120
name: centos8
121
122
123
124
125
- # macOS
126
os: macos-10.15
ci/docker/centos7
@@ -4,7 +4,6 @@ RUN yum install -y \
4
which \
5
git \
6
libarchive \
7
- cmake \
8
gcc \
9
gcc-c++ \
10
make \
0 commit comments