Bump BoringSSL version to adaa322b63d1bfbd1abcf4a308926a9a83a6acbe (#7478)

Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2022-08-04 00:23:01 +00:00 committed by GitHub
parent ca3d122b24
commit 304efd2f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: