2022-01-23 17:38:13 +01:00
|
|
|
[build.env]
|
|
|
|
# CI uses an S3 endpoint to store sccache artifacts, so their config needs to
|
|
|
|
# be available in the cross container as well
|
|
|
|
passthrough = [
|
|
|
|
"RUSTC_WRAPPER",
|
|
|
|
"AWS_ACCESS_KEY_ID",
|
|
|
|
"AWS_SECRET_ACCESS_KEY",
|
|
|
|
"SCCACHE_BUCKET",
|
|
|
|
"SCCACHE_ENDPOINT",
|
|
|
|
"SCCACHE_S3_USE_SSL",
|
|
|
|
]
|
|
|
|
|
2022-01-22 17:34:30 +01:00
|
|
|
[target.aarch64-unknown-linux-musl]
|
2022-02-02 00:51:38 +01:00
|
|
|
image = "registry.gitlab.com/jfowl/conduit-containers/rust-cross-aarch64-unknown-linux-musl:latest"
|
2022-01-22 17:34:30 +01:00
|
|
|
|
|
|
|
[target.arm-unknown-linux-musleabihf]
|
2022-02-02 00:51:38 +01:00
|
|
|
image = "registry.gitlab.com/jfowl/conduit-containers/rust-cross-arm-unknown-linux-musleabihf:latest"
|
2022-01-22 17:34:30 +01:00
|
|
|
|
|
|
|
[target.armv7-unknown-linux-musleabihf]
|
2022-02-02 00:51:38 +01:00
|
|
|
image = "registry.gitlab.com/jfowl/conduit-containers/rust-cross-armv7-unknown-linux-musleabihf:latest"
|
2022-01-22 17:34:30 +01:00
|
|
|
|
|
|
|
[target.x86_64-unknown-linux-musl]
|
2022-03-08 22:31:54 +01:00
|
|
|
image = "registry.gitlab.com/jfowl/conduit-containers/rust-cross-x86_64-unknown-linux-musl@sha256:b6d689e42f0236c8a38b961bca2a12086018b85ed20e0826310421daf182e2bb"
|