mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
49466a3e0b
Co-authored by: nijincheng@iscas.ac.cn; Signed-off-by: ffgan <sudoemt@gmail.com>
11 lines
329 B
TOML
11 lines
329 B
TOML
# spell-checker:ignore (misc) dpkg noninteractive tzdata
|
|
[build]
|
|
pre-build = [
|
|
"apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install tzdata",
|
|
]
|
|
[build.env]
|
|
passthrough = ["CI", "RUST_BACKTRACE", "CARGO_TERM_COLOR"]
|
|
|
|
[target.riscv64gc-unknown-linux-musl]
|
|
image = "ghcr.io/cross-rs/riscv64gc-unknown-linux-musl:main"
|