Test aws-lc-rs with ASM

This commit is contained in:
Dirkjan Ochtman 2024-07-16 11:40:09 +02:00
parent 09311aee3b
commit bc4da63d56
1 changed files with 3 additions and 3 deletions

View File

@ -21,14 +21,14 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env:
AWS_LC_SYS_NO_ASM: 1
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master - uses: dtolnay/rust-toolchain@master
with: with:
toolchain: ${{ matrix.rust }} toolchain: ${{ matrix.rust }}
- name: Install NASM for aws-lc-rs on Windows
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@v1
- run: cargo check --no-default-features --features aws-lc-rs - run: cargo check --no-default-features --features aws-lc-rs
- run: cargo check --no-default-features --features ring - run: cargo check --no-default-features --features ring
- run: cargo check # hyper-rustls, ring - run: cargo check # hyper-rustls, ring