Test with the the "cc" feature enabled, in CI.

Enabling the "cc" feature causes the build.rs script to check that the
precompiled libraries match the libraries generated from source.

This also updates the libraries, in which the only change is the debug
info string mentioning the compilation directory chaging from "rsix"
to "rustix".
This commit is contained in:
Dan Gohman
2022-01-12 06:16:58 -08:00
parent 27f6951c36
commit c42ae9906d
6 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ jobs:
if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
- run: |
cargo test --verbose --features=all-impls,procfs --release --workspace -- --nocapture
cargo test --verbose --features=all-impls,procfs,cc --release --workspace -- --nocapture
env:
RUST_BACKTRACE: 1