From 503f4e691e8fdb2ce57b3ca013c234281e959cc7 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 29 Aug 2021 05:08:10 +0200 Subject: Use custom freebsd image until cross is fixed --- Cross.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cross.toml b/Cross.toml index a7a84ad..3d4088a 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,3 +1,5 @@ # NOTE: Custom image specification for freebsd is required until new version of cross is released. +# Also we'll have to use a custom image until https://github.com/rust-embedded/cross/pull/582 is +# merged and released on Docker Hub. [target.x86_64-unknown-freebsd] -image = "rustembedded/cross:x86_64-unknown-freebsd" +image = "svenstaro/cross-x86_64-unknown-freebsd" -- cgit v1.2.3