aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-02-06 08:04:22 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-02-06 09:04:59 +0000
commite14c43bdbef35fac718d3e658e36b8c812e6f3b8 (patch)
tree4e1e76ef269b0c757af87b6f0781c46b89be24f1
parentMerge pull request #706 from svenstaro/dependabot/cargo/clap_complete-3.0.3 (diff)
downloadminiserve-e14c43bdbef35fac718d3e658e36b8c812e6f3b8.tar.gz
miniserve-e14c43bdbef35fac718d3e658e36b8c812e6f3b8.zip
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.
-rw-r--r--Cross.toml2
1 files changed, 1 insertions, 1 deletions
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"