mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump BoringSSL version to adaa322b63d1bfbd1abcf4a308926a9a83a6acbe (#7478)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
This commit is contained in:
parent
ca3d122b24
commit
304efd2f2c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -45,8 +45,8 @@ jobs:
|
|||
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "libressl", VERSION: "3.5.3"}}
|
||||
- {VERSION: "3.11-dev", TOXENV: "py311"}
|
||||
- {VERSION: "3.10", TOXENV: "py310-randomorder"}
|
||||
# Latest commit on the master branch, as of Aug 03, 2022.
|
||||
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "7f857eace90b67f45c889b9aadadb5789ad9d33c"}}
|
||||
# Latest commit on the master branch, as of Aug 04, 2022.
|
||||
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "adaa322b63d1bfbd1abcf4a308926a9a83a6acbe"}}
|
||||
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue