-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump BoringSSL and/or OpenSSL in CI (#8863)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot][email protected]>
- Loading branch information
1 parent
bbea31b
commit e72f353
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -41,10 +41,10 @@ jobs: | |
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.7.2"}} | ||
- {VERSION: "3.11", NOXSESSION: "tests-randomorder"} | ||
- {VERSION: "3.12-dev", NOXSESSION: "tests"} | ||
# Latest commit on the BoringSSL master branch, as of May 03, 2023. | ||
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "4c8bcf0da2951cacd8ed8eaa7fd2df4b22fca23b"}} | ||
# Latest commit on the OpenSSL master branch, as of May 03, 2023. | ||
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "56547da9d3fa24f54b439497d322b12beb004c80"}} | ||
# Latest commit on the BoringSSL master branch, as of May 04, 2023. | ||
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "85e6453cc3b940b2151681f55e698b625be0d723"}} | ||
# Latest commit on the OpenSSL master branch, as of May 04, 2023. | ||
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "010333be5362a07508888124c83efac35b28760f"}} | ||
timeout-minutes: 15 | ||
steps: | ||
- uses: actions/[email protected] | ||
|