@@ -4,7 +4,7 @@ name: CICD
44# spell-checker:ignore (env/flags) Awarnings Ccodegen Coverflow Cpanic Dwarnings RUSTDOCFLAGS RUSTFLAGS Zpanic CARGOFLAGS CLEVEL
55# spell-checker:ignore (jargon) SHAs deps dequote softprops subshell toolchain fuzzers dedupe devel profdata
66# spell-checker:ignore (people) Peltoche rivy dtolnay Anson dawidd
7- # spell-checker:ignore (shell/tools) binutils choco clippy dmake esac fakeroot fdesc fdescfs gmake grcov halium lcov libclang libfuse libssl limactl mkdir nextest nocross pacman popd printf pushd redoxer rsync rustc rustfmt rustup shopt sccache utmpdump xargs zstd
7+ # spell-checker:ignore (shell/tools) binutils choco clippy dmake esac fakeroot fdesc fdescfs gmake grcov halium lcov libclang libfuse libssl limactl mdutil mkdir nextest nocross pacman popd printf pushd redoxer rsync rustc rustfmt rustup shopt sccache utmpdump xargs zstd
88# spell-checker:ignore (misc) aarch alnum armhf bindir busytest coreutils defconfig DESTDIR gecos getenforce gnueabihf issuecomment maint manpages msys multisize noconfirm nofeatures nullglob onexitbegin onexitend pell runtest Swatinem tempfile testsuite toybox uutils libsystemd codspeed
99
1010env :
5555 - { os: macos-latest , features: "feat_Tier1,feat_require_unix,feat_require_unix_utmpx" }
5656 - { os: windows-latest , features: feat_os_windows }
5757 steps :
58+ - name : Disable spotlight
59+ if : matrix.job.os == 'macos-latest'
60+ run : sudo mdutil -a -i off &
5861 - uses : actions/checkout@v6
5962 with :
6063 persist-credentials : false
@@ -413,6 +416,9 @@ jobs:
413416 - { os: macos-latest , features: feat_os_macos }
414417 - { os: windows-latest , features: feat_os_windows }
415418 steps :
419+ - name : Disable spotlight
420+ if : matrix.job.os == 'macos-latest'
421+ run : sudo mdutil -a -i off &
416422 - uses : actions/checkout@v6
417423 with :
418424 persist-credentials : false
@@ -452,6 +458,9 @@ jobs:
452458 - { os: macos-latest , features: feat_os_macos }
453459 - { os: windows-latest , features: feat_os_windows }
454460 steps :
461+ - name : Disable spotlight
462+ if : matrix.job.os == 'macos-latest'
463+ run : sudo mdutil -a -i off &
455464 - uses : actions/checkout@v6
456465 with :
457466 persist-credentials : false
@@ -636,6 +645,9 @@ jobs:
636645 - { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }
637646 - { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true }
638647 steps :
648+ - name : Disable spotlight
649+ if : matrix.job.os == 'macos-latest'
650+ run : sudo mdutil -a -i off &
639651 - uses : actions/checkout@v6
640652 with :
641653 persist-credentials : false
@@ -1228,6 +1240,9 @@ jobs:
12281240 - { os: macos-latest , features: feat_os_macos }
12291241 - { os: windows-latest , features: feat_os_windows }
12301242 steps :
1243+ - name : Disable spotlight
1244+ if : matrix.job.os == 'macos-latest'
1245+ run : sudo mdutil -a -i off
12311246 - uses : actions/checkout@v6
12321247 with :
12331248 persist-credentials : false
@@ -1255,6 +1270,9 @@ jobs:
12551270 - { os: macos-latest , features: feat_os_macos }
12561271 # - { os: windows-latest , features: feat_os_windows } https://github.com/uutils/coreutils/issues/7044
12571272 steps :
1273+ - name : Disable spotlight
1274+ if : matrix.job.os == 'macos-latest'
1275+ run : sudo mdutil -a -i off &
12581276 - uses : actions/checkout@v6
12591277 with :
12601278 persist-credentials : false
@@ -1318,6 +1336,9 @@ jobs:
13181336 - { os: windows-latest , features: feat_os_windows }
13191337
13201338 steps :
1339+ - name : Disable spotlight
1340+ if : matrix.job.os == 'macos-latest'
1341+ run : sudo mdutil -a -i off &
13211342 - uses : actions/checkout@v6
13221343 with :
13231344 persist-credentials : false
0 commit comments