We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a96d9 commit 8c50576Copy full SHA for 8c50576
Cross.toml
@@ -13,7 +13,7 @@ passthrough = ["CARGO_PROFILE_RELEASE_LTO"]
13
# "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
14
# ]
15
16
-# [target.x86_64-unknown-freebsd]
17
-# # The current cross 0.2.4 docker image doesn't have the memstat library on FreeBSD.
18
-# # https://github.com/cross-rs/cross/pull/1166
19
-# image = "ghcr.io/cross-rs/x86_64-unknown-freebsd:edge"
+[target.x86_64-unknown-freebsd]
+# The current cross 0.2.4 docker image doesn't have the memstat library on FreeBSD.
+# https://github.com/cross-rs/cross/pull/1166
+image = "ghcr.io/cross-rs/x86_64-unknown-freebsd:edge"
0 commit comments