We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02abe2d commit b9d93e0Copy full SHA for b9d93e0
Cross.toml
@@ -6,8 +6,10 @@ passthrough = ["CARGO_PROFILE_RELEASE_LTO"]
6
# https://github.com/cross-rs/cross/pull/1166
7
image = "ghcr.io/cross-rs/x86_64-unknown-freebsd:edge"
8
9
-[target.riscv64gc-unknown-linux-gnu]
10
-pre-build = [
11
- "dpkg --add-architecture aarch64",
12
- "apt-get update && apt-get install --assume-yes libssl-dev:aarch64"
13
-]
+# This doesn't work because the cross 0.2.4 Docker container is based on Ubuntu 18.04, which doesn't
+# have binary packages available for riscv64.
+# [target.riscv64gc-unknown-linux-gnu]
+# pre-build = [
+# "dpkg --add-architecture aarch64",
14
+# "apt-get update && apt-get install --assume-yes libssl-dev:aarch64"
15
+# ]
0 commit comments