1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7894 from drinkcat/jiff-date-ls

date/ls: Switch from chrono to jiff
This commit is contained in:
Daniel Hofstetter 2025-06-02 09:36:27 +02:00 committed by GitHub
commit dfc2e249ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 399 additions and 325 deletions

View file

@ -653,10 +653,6 @@ jobs:
;;
esac
outputs CARGO_TEST_OPTIONS
# ** pass needed environment into `cross` container (iff `cross` not already configured via "Cross.toml")
if [ "${CARGO_CMD}" = 'cross' ] && [ ! -e "Cross.toml" ] ; then
printf "[build.env]\npassthrough = [\"CI\", \"RUST_BACKTRACE\", \"CARGO_TERM_COLOR\"]\n" > Cross.toml
fi
# * executable for `strip`?
STRIP="strip"
case ${{ matrix.job.target }} in