-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into libssh-xp-fix
- Loading branch information
Showing
25 changed files
with
711 additions
and
142 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ env: | |
# So we're now fetching zlib from ftp.zx.net.nz instead. | ||
ZLIB_VERSION: 1.2.13 | ||
# Expected filename: https://www.openssl.org/source/openssl-${{env.OPENSSL_VERSION}}.tar.gz | ||
OPENSSL_VERSION: 3.0.13 | ||
OPENSSL_VERSION: 3.0.14 | ||
# Exoected filename: ${{env.LIBSSH_SOURCE}}libssh-${{env.LIBSSH_VERSION}}.tar.xz | ||
LIBSSH_SOURCE: https://www.libssh.org/files/0.10/ | ||
LIBSSH_VERSION: 0.10.6 | ||
|
@@ -129,7 +129,6 @@ jobs: | |
uses: ilammy/[email protected] | ||
with: | ||
arch: x86 | ||
toolset: 14.3 | ||
- name: Build ckwart | ||
run: | | ||
call ..\..\setenv.bat | ||
|
@@ -167,7 +166,7 @@ jobs: | |
toolset: | ||
- 14.0 | ||
- 14.2 | ||
- 14.3 | ||
- 14.4 | ||
exclude: | ||
# No point building ARM or ARM64 targets with anything less than the latest as the latest | ||
# still supports the first ARM Windows. | ||
|
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
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
Oops, something went wrong.