mirror of
https://github.com/jiangcuo/nix.git
synced 2026-08-11 09:11:36 +00:00
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"
|
|
]
|