@@ -443,14 +443,14 @@ jobs:
443443 --arg multisize "$SIZE_MULTI" \
444444 '{($date): { sha: $sha, size: $size, multisize: $multisize, }}' > size-result.json
445445 - name : Download the previous individual size result
446- uses : dawidd6/action-download-artifact@v9
446+ uses : dawidd6/action-download-artifact@v10
447447 with :
448448 workflow : CICD.yml
449449 name : individual-size-result
450450 repo : uutils/coreutils
451451 path : dl
452452 - name : Download the previous size result
453- uses : dawidd6/action-download-artifact@v9
453+ uses : dawidd6/action-download-artifact@v10
454454 with :
455455 workflow : CICD.yml
456456 name : size-result
@@ -526,6 +526,8 @@ jobs:
526526 - { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
527527 - { os: ubuntu-latest , target: wasm32-unknown-unknown , default-features: false, features: uucore/format, skip-tests: true, skip-package: true, skip-publish: true }
528528 - { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
529+ # PR #7964: Mac should still build even if the feature is not enabled
530+ - { os: macos-latest , target: aarch64-apple-darwin , workspace-tests: true } # M1 CPU
529531 - { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true }
530532 - { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
531533 - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
@@ -653,10 +655,6 @@ jobs:
653655 ;;
654656 esac
655657 outputs CARGO_TEST_OPTIONS
656- # ** pass needed environment into `cross` container (iff `cross` not already configured via "Cross.toml")
657- if [ "${CARGO_CMD}" = 'cross' ] && [ ! -e "Cross.toml" ] ; then
658- printf "[build.env]\npassthrough = [\"CI\", \"RUST_BACKTRACE\", \"CARGO_TERM_COLOR\"]\n" > Cross.toml
659- fi
660658 # * executable for `strip`?
661659 STRIP="strip"
662660 case ${{ matrix.job.target }} in
0 commit comments