Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Feb 23, 2024
1 parent c6e6014 commit 79ac574
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ jobs:
- name: ${{ matrix.crate }}
working-directory: ./${{ matrix.crate }}
run: cargo ${{ matrix.args }}
- name: Force Linux shared build
working-directory: ./aws-lc-rs
if: ${{ matrix.os == 'ubuntu-latest' }}
# Doc-tests fail to link with dynamic build
# See: https://github.com/rust-lang/cargo/issues/8531
run: AWS_LC_SYS_STATIC=0 AWS_LC_FIPS_SYS_STATIC=0 cargo test --tests

msrv:
name: Minimum Supported Rust Version
Expand Down Expand Up @@ -155,4 +161,4 @@ jobs:

- name: Verify msrv
working-directory: ./aws-lc-rs
run: cargo +1.61.0 check --features bindgen
run: cargo +1.61.0 check --features bindgen

0 comments on commit 79ac574

Please sign in to comment.