mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +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"]
|