Skip to content

Commit 609bba5

Browse files
authored
Add a new CI job with Rust 1.83 and AWS-LC (#14541)
1 parent 6d97887 commit 609bba5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
# potential future MSRV.
5151
# noclippy due to: https://github.com/PyO3/pyo3/issues/5768
5252
- {VERSION: "3.14", NOXSESSION: "rust-noclippy,tests", RUST: "1.83.0"}
53+
- {VERSION: "3.14", NOXSESSION: "rust-noclippy,tests", RUST: "1.83.0", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.71.0"}}
5354
- {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "beta"}
5455
- {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "nightly"}
5556
- {VERSION: "3.14", NOXSESSION: "tests-rust-debug"}
@@ -118,7 +119,7 @@ jobs:
118119
echo "CFLAGS=${CFLAGS} -Werror=implicit-function-declaration" >> $GITHUB_ENV
119120
echo "RUSTFLAGS=-Clink-arg=-Wl,-rpath=${OSSL_PATH}/lib -Clink-arg=-Wl,-rpath=${OSSL_PATH}/lib64" >> $GITHUB_ENV
120121
if: matrix.PYTHON.OPENSSL
121-
- run: cargo install bindgen-cli
122+
- run: rustup run stable cargo install bindgen-cli
122123
if: matrix.PYTHON.OPENSSL.TYPE == 'boringssl' || matrix.PYTHON.OPENSSL.TYPE == 'aws-lc'
123124
- name: Cache rust and pip
124125
uses: ./.github/actions/cache

0 commit comments

Comments
 (0)