From e14c43bdbef35fac718d3e658e36b8c812e6f3b8 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 6 Feb 2022 09:04:22 +0100 Subject: Use custom FreeBSD image until cross is fixed We're currently waiting on https://github.com/cross-rs/cross/pull/613 and https://github.com/cross-rs/cross/pull/620 to be merged and released for cross. Until then, we're fixing this ourselves downstream with a custom FreeBSD image. --- Cross.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cross.toml') diff --git a/Cross.toml b/Cross.toml index a7a84ad..ccb61cf 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,3 +1,3 @@ # NOTE: Custom image specification for freebsd is required until new version of cross is released. [target.x86_64-unknown-freebsd] -image = "rustembedded/cross:x86_64-unknown-freebsd" +image = "svenstaro/cross-x86_64-unknown-freebsd:latest" -- cgit v1.2.3