summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-21 08:46:17 -0400
committerGitHub <noreply@github.com>2021-08-21 08:46:17 -0400
commit76c503c37eb2a6ceb0a1cefeba82e627bf5bb0c6 (patch)
tree1003957f449e71b437fa76424c95f1d1165e236c /.github/workflows
parent9806f5ac2c930f372f589a2498e13bff8b37aa87 (diff)
parentecdb41f911783c3f21c88ed799efb38030336789 (diff)
downloadlibgit2-76c503c37eb2a6ceb0a1cefeba82e627bf5bb0c6.tar.gz
Merge pull request #5995 from libgit2/ethomson/centos_ci
ci: update centos builds
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nightly.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index c1abdc8ef..e235a3ce7 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -112,15 +112,17 @@ jobs:
name: centos7
env:
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
+ PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
SKIP_NEGOTIATE_TESTS: true
- BUILD_PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
os: ubuntu-latest
- # CentOS 8
container:
name: centos8
env:
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
+ PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
SKIP_NEGOTIATE_TESTS: true
+ SKIP_SSH_TESTS: true
os: ubuntu-latest
- # macOS
os: macos-10.15