mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
7 lines
229 B
TOML
7 lines
229 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"]
|