Skip to content

Commit b9d93e0

Browse files
committed
[meta] fix Cross.toml
1 parent 02abe2d commit b9d93e0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Cross.toml

+7-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ passthrough = ["CARGO_PROFILE_RELEASE_LTO"]
66
# https://github.com/cross-rs/cross/pull/1166
77
image = "ghcr.io/cross-rs/x86_64-unknown-freebsd:edge"
88

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-
]
9+
# This doesn't work because the cross 0.2.4 Docker container is based on Ubuntu 18.04, which doesn't
10+
# have binary packages available for riscv64.
11+
# [target.riscv64gc-unknown-linux-gnu]
12+
# pre-build = [
13+
# "dpkg --add-architecture aarch64",
14+
# "apt-get update && apt-get install --assume-yes libssl-dev:aarch64"
15+
# ]

0 commit comments

Comments
 (0)