aboutsummaryrefslogtreecommitdiffstats
path: root/Cross.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-08-29 03:18:28 +0000
committerGitHub <noreply@github.com>2021-08-29 03:18:28 +0000
commit4d3d79bf974246688a58938ddbf59f0f9fb3af16 (patch)
treec97ef82f9be62b5e6848371028ef22789ce9e73f /Cross.toml
parentRun CI on push only (diff)
parentUse custom freebsd image until cross is fixed (diff)
downloadminiserve-4d3d79bf974246688a58938ddbf59f0f9fb3af16.tar.gz
miniserve-4d3d79bf974246688a58938ddbf59f0f9fb3af16.zip
Merge pull request #584 from svenstaro/always-build-all-binaries
Always build all binaries for all targets
Diffstat (limited to 'Cross.toml')
-rw-r--r--Cross.toml4
1 files changed, 3 insertions, 1 deletions
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"