mirror of
https://gitee.com/openharmony/third_party_rust_nix
synced 2024-11-23 15:30:45 +00:00
18c095b367
Apparently AWS Graviton containers don't support it. socket() retunrs EAFNOSUPPORT in that environment. Also, be more selective about skipping tests under QEMU Instead of skipping them on architectures where we happen to use QEMU, only skip them when QEMU is actually being used.
6 lines
65 B
TOML
6 lines
65 B
TOML
[build.env]
|
|
passthrough = [
|
|
"RUSTFLAGS",
|
|
"RUST_TEST_THREADS"
|
|
]
|