Bump BoringSSL version to d45d8933e61ccd8bd50fcf58f33a604627e6552c (#7506)

Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2022-08-14 00:23:46 +00:00 committed by GitHub
parent 25fc1116f7
commit 79ea864132
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 13, 2022.
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "401137fec2fd855ceed7931f15a623d3cb18efdc"}}
# Latest commit on the master branch, as of Aug 14, 2022.
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "d45d8933e61ccd8bd50fcf58f33a604627e6552c"}}
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
timeout-minutes: 15
steps: