mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Cross.toml: Install tzdata in container
Linux tests require that now, as we now assume /usr/share/zoneinfo is present.
This commit is contained in:
parent
dadda0dd6a
commit
eb5fc4c4cb
2 changed files with 7 additions and 4 deletions
7
Cross.toml
Normal file
7
Cross.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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"]
|
Loading…
Add table
Add a link
Reference in a new issue