File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -654,10 +654,6 @@ jobs:
654
654
;;
655
655
esac
656
656
outputs CARGO_TEST_OPTIONS
657
- # ** pass needed environment into `cross` container (iff `cross` not already configured via "Cross.toml")
658
- if [ "${CARGO_CMD}" = 'cross' ] && [ ! -e "Cross.toml" ] ; then
659
- printf "[build.env]\npassthrough = [\"CI\", \"RUST_BACKTRACE\", \"CARGO_TERM_COLOR\"]\n" > Cross.toml
660
- fi
661
657
# * executable for `strip`?
662
658
STRIP="strip"
663
659
case ${{ matrix.job.target }} in
Original file line number Diff line number Diff line change
1
+ # spell-checker:ignore (misc) dpkg noninteractive tzdata
2
+ [build ]
3
+ pre-build = [
4
+ " apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install tzdata" ,
5
+ ]
6
+ [build .env ]
7
+ passthrough = [" CI" , " RUST_BACKTRACE" , " CARGO_TERM_COLOR" ]
You can’t perform that action at this time.
0 commit comments