summaryrefslogtreecommitdiffstats
path: root/Cross.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-01-09 21:54:28 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-01-10 15:07:47 -0500
commitbf0ddc4675602bcf31fcb7b9be8eaad7141f9c76 (patch)
treebed92fcfd73e7af365e819e609ee2f076e6d69c4 /Cross.toml
parent0fb3f6a15987c4090fbea2b4deeaceaae58e8853 (diff)
ci: fix musl docker build
Looks like the old japaric images are bunk. We update our docker image to be based on the new rustembedded images and configure cross to use it. Turns out that this wasn't due to a stale docker image, but rather, a bug in cross: https://github.com/rust-embedded/cross/issues/357 We work around that bug by installing the master branch of cross. Sigh.
Diffstat (limited to 'Cross.toml')
-rw-r--r--Cross.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross.toml b/Cross.toml
index b61873b3..d16d10f0 100644
--- a/Cross.toml
+++ b/Cross.toml
@@ -1,2 +1,2 @@
[target.x86_64-unknown-linux-musl]
-image = "burntsushi/x86_64-unknown-linux-musl:v0.1.14"
+image = "burntsushi/cross:x86_64-unknown-linux-musl"