summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-15 23:19:54 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-15 23:19:54 -0400
commit5ad53ec762813522faac089576e62200e0045bdb (patch)
tree6dcdd05104a5c60b01e3b22f502793cd2f3b3db5
parent1ebdb6f2034af941f989064a63b3a85d0a51074b (diff)
downloadlibgit2-5ad53ec762813522faac089576e62200e0045bdb.tar.gz
ci: update centos builds
-rw-r--r--.github/workflows/nightly.yml2
-rw-r--r--ci/docker/centos71
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index d6c75b972..c1abdc8ef 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -112,6 +112,7 @@ jobs:
name: centos7
env:
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
os: ubuntu-latest
- # CentOS 8
@@ -119,6 +120,7 @@ jobs:
name: centos8
env:
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
+ SKIP_NEGOTIATE_TESTS: true
os: ubuntu-latest
- # macOS
os: macos-10.15
diff --git a/ci/docker/centos7 b/ci/docker/centos7
index 71645833e..d1f499363 100644
--- a/ci/docker/centos7
+++ b/ci/docker/centos7
@@ -4,7 +4,6 @@ RUN yum install -y \
which \
git \
libarchive \
- cmake \
gcc \
gcc-c++ \
make \