Skip to content

Commit

Permalink
Try to fix FreeBSD build by using custom image
Browse files Browse the repository at this point in the history
We need cross-rs/cross#1166 here.
  • Loading branch information
svenstaro committed Jan 1, 2023
1 parent 5ae01e8 commit 51babe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 51babe7

Please sign in to comment.