-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCross.toml
More file actions
15 lines (13 loc) · 596 Bytes
/
Copy pathCross.toml
File metadata and controls
15 lines (13 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build.env]
passthrough = ["CARGO_PROFILE_RELEASE_LTO"]
[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"
# 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",
# "apt-get update && apt-get install --assume-yes libssl-dev:aarch64"
# ]