aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-01-01 03:37:12 +0000
committerGitHub <noreply@github.com>2023-01-01 03:37:12 +0000
commitcc62e8b8ce836b530dcc5cff28af7f25f84dbadb (patch)
treeb358680bf44df9e847ade03481e90b8f86efcf72
parentFix more lints (diff)
parentTry to fix FreeBSD build by using custom image (diff)
downloadminiserve-cc62e8b8ce836b530dcc5cff28af7f25f84dbadb.tar.gz
miniserve-cc62e8b8ce836b530dcc5cff28af7f25f84dbadb.zip
Merge pull request #1006 from svenstaro/fix-freebsd-build
Try to fix FreeBSD build by using custom image
-rw-r--r--Cross.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cross.toml b/Cross.toml
new file mode 100644
index 0000000..f84149c
--- /dev/null
+++ b/Cross.toml
@@ -0,0 +1,3 @@
+# NOTE: Custom image specification for FreeBSD is required until new version of cross is released.
+[target.x86_64-unknown-freebsd]
+image = "ghcr.io/cross-rs/x86_64-unknown-freebsd:edge"