summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-01-15 10:29:05 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2021-01-15 12:12:07 +0000
commit75888f273e9beae91e48e3490e50b4db9c208117 (patch)
treece6b54f74f963886c0a686cbd37ac8365a97ecbc /.github
parent674875dc7b1fc4a63cd2ac12a6aa2a534b003f2a (diff)
downloadlibgit2-75888f273e9beae91e48e3490e50b4db9c208117.tar.gz
ci: don't use ninja on macOS
Ninja is not installed by default on the macOS machines; stop trying to use it. Instead use `make -j` which should be roughly equivalent in performance but supported everywhere.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml1
-rw-r--r--.github/workflows/nightly.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f101eda65..3d2102c21 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -153,7 +153,6 @@ jobs:
env:
CC: clang
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON
- CMAKE_GENERATOR: Ninja
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
SKIP_SSH_TESTS: true
SKIP_NEGOTIATE_TESTS: true
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 2f56fdb7f..b52b398d8 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -112,7 +112,6 @@ jobs:
env:
CC: clang
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON
- CMAKE_GENERATOR: Ninja
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
SKIP_SSH_TESTS: true
SKIP_NEGOTIATE_TESTS: true