mirror of
https://github.com/openharmony/third_party_rust_rustix.git
synced 2026-07-21 02:05:28 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user