Skip to content

Commit

Permalink
Use custom FreeBSD image until cross is fixed
Browse files Browse the repository at this point in the history
We're currently waiting on cross-rs/cross#613 and cross-rs/cross#620
to be merged and released for cross. Until then, we're fixing this ourselves downstream with a custom FreeBSD image.
  • Loading branch information
svenstaro committed Feb 6, 2022
1 parent f40e7d4 commit e14c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e14c43b

Please sign in to comment.