-
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
41 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,14 +34,14 @@ jobs: | |
if: runner.os == 'Linux' | ||
run: | | ||
sudo apt install tinyproxy | ||
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.6.4 /bin/sh build.sh test | ||
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.7.0 /bin/sh build.sh test | ||
- name: macOS | ||
if: runner.os == 'macOS' | ||
run: | | ||
export OPENSSL_PREFIX=`brew --prefix [email protected]` | ||
export LIBSSH2_PREFIX=`brew --prefix libssh2` | ||
export LIBGIT2_VERSION=1.6.4 | ||
export LIBGIT2_VERSION=1.7.0 | ||
/bin/sh build.sh test | ||
aarch64: | ||
|
@@ -59,7 +59,7 @@ jobs: | |
apt-get update -q -y | ||
apt-get install -q -y cmake libssl-dev python3-dev python3-venv wget | ||
run: | | ||
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.6.4 /bin/sh build.sh test | ||
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.7.0 /bin/sh build.sh test | ||
s390x: | ||
runs-on: ubuntu-20.04 | ||
|
@@ -77,5 +77,5 @@ jobs: | |
apt-get update -q -y | ||
apt-get install -q -y cmake libssl-dev python3-dev python3-venv wget | ||
run: | | ||
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.6.4 /bin/sh build.sh test | ||
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.7.0 /bin/sh build.sh test | ||
continue-on-error: true # Tests are expected to fail, see issue #812 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.PHONY: build html | ||
|
||
build: | ||
OPENSSL_VERSION=3.0.9 LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.6.4 sh build.sh | ||
OPENSSL_VERSION=3.0.9 LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.7.0 sh build.sh | ||
|
||
html: build | ||
make -C docs html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters