summaryrefslogtreecommitdiffstats
path: root/Cross.toml
blob: 0a91b8c57be63651edf26b45690225fe1edfeef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
[build.env]
passthrough = [
  "CROSS_DEBUG",
  "RUST_BACKTRACE",
]

[target.aarch64-unknown-linux-gnu]
dockerfile = "./ci/Dockerfile-cross"

[target.armv7-unknown-linux-gnueabihf]
dockerfile = "./ci/Dockerfile-cross"