diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-01-01 03:37:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 03:37:12 +0000 |
commit | cc62e8b8ce836b530dcc5cff28af7f25f84dbadb (patch) | |
tree | b358680bf44df9e847ade03481e90b8f86efcf72 | |
parent | Fix more lints (diff) | |
parent | Try to fix FreeBSD build by using custom image (diff) | |
download | miniserve-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.toml | 3 |
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" |