forked from Azure/iotedge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cross.toml
26 lines (21 loc) · 1018 Bytes
/
Cross.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build.env]
passthrough = [
"BUILD_SOURCEVERSION",
"VERSION",
"IOTEDGE_HOMEDIR",
"FORCE_NO_UNITTEST",
]
[target.x86_64-unknown-linux-gnu]
image = "azureiotedge/debian-build:9.5-1"
[target.armv7-unknown-linux-gnueabihf]
image = "azureiotedge/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf:debian_9.5-1"
[target.aarch64-unknown-linux-gnu]
image = "azureiotedge/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu:debian_9.5-1"
[target.armv7-unknown-linux-musleabihf]
# Built from rust-embedded/cross#718a19cd68fb09428532d1317515fe7303692b47 with `./build-docker-image.sh armv7-unknown-linux-musleabihf`
# because the image in Docker hub is outdated and broken
image = "azureiotedge/armv7-unknown-linux-musleabihf:0.1"
[target.aarch64-unknown-linux-musl]
# Built from rust-embedded/cross#718a19cd68fb09428532d1317515fe7303692b47 with `./build-docker-image.sh aarch64-unknown-linux-musl`
# because the image in Docker hub is outdated and broken
image = "azureiotedge/aarch64-unknown-linux-musl:0.1"