third_party_rust_nix/Cross.toml
Alan Somers 18c095b367 Ignore vsock tests on Linux aarch64
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.
2021-08-27 22:31:20 -06:00

6 lines
65 B
TOML

[build.env]
passthrough = [
"RUSTFLAGS",
"RUST_TEST_THREADS"
]