Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CICD
# spell-checker:ignore (env/flags) Awarnings Ccodegen Coverflow Cpanic Dwarnings RUSTDOCFLAGS RUSTFLAGS Zpanic CARGOFLAGS CLEVEL
# spell-checker:ignore (jargon) SHAs deps dequote softprops subshell toolchain fuzzers dedupe devel profdata
# spell-checker:ignore (people) Peltoche rivy dtolnay Anson dawidd
# 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
# 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
# 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

env:
Expand Down Expand Up @@ -55,6 +55,9 @@ jobs:
- { os: macos-latest , features: "feat_Tier1,feat_require_unix,feat_require_unix_utmpx" }
- { os: windows-latest , features: feat_os_windows }
steps:
- name: Disable spotlight
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit

Suggested change
- name: Disable spotlight
- name: Disable Spotlight indexing

Copy link
Contributor Author

@oech3 oech3 Jan 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might better to use more generic words e.g. tune runner

Copy link
Contributor

@xtqqczze xtqqczze Jan 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or, Disable Spotlight indexing (macOS)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone might add different optimization for different OS to this section. So I'll remove "spotlight" if I change it.

Copy link
Contributor Author

@oech3 oech3 Jan 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge - name: Avoid no space left on devices at anywhere and rename to Runner specific tuning?

if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down Expand Up @@ -413,6 +416,9 @@ jobs:
- { os: macos-latest , features: feat_os_macos }
- { os: windows-latest , features: feat_os_windows }
steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down Expand Up @@ -452,6 +458,9 @@ jobs:
- { os: macos-latest , features: feat_os_macos }
- { os: windows-latest , features: feat_os_windows }
steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down Expand Up @@ -636,6 +645,9 @@ jobs:
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }
- { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true }
steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down Expand Up @@ -1228,6 +1240,9 @@ jobs:
- { os: macos-latest , features: feat_os_macos }
- { os: windows-latest , features: feat_os_windows }
steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down Expand Up @@ -1255,6 +1270,9 @@ jobs:
- { os: macos-latest , features: feat_os_macos }
# - { os: windows-latest , features: feat_os_windows } https://github.com/uutils/coreutils/issues/7044
steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down Expand Up @@ -1318,6 +1336,9 @@ jobs:
- { os: windows-latest , features: feat_os_windows }

steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Code Quality

# spell-checker:ignore (people) reactivecircus Swatinem dtolnay juliangruber pell taplo
# spell-checker:ignore (misc) TERMUX noaudio pkill swiftshader esac sccache pcoreutils shopt subshell dequote libsystemd
# spell-checker:ignore (misc) TERMUX mdutil noaudio pkill swiftshader esac sccache pcoreutils shopt subshell dequote libsystemd

on:
pull_request:
Expand Down Expand Up @@ -82,6 +82,9 @@ jobs:
- { os: macos-latest , features: feat_os_macos }
- { os: windows-latest , features: feat_os_windows }
steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- { os: macos-latest , features: "feat_os_macos" }
- { os: windows-latest , features: "feat_os_windows" }
steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down Expand Up @@ -416,6 +419,9 @@ jobs:
- { os: ubuntu-latest , features: "feat_os_unix" }
- { os: macos-latest , features: "feat_os_macos" }
steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down Expand Up @@ -567,6 +573,9 @@ jobs:
- { os: ubuntu-latest , features: "feat_os_unix" }
- { os: macos-latest , features: "feat_os_macos" }
steps:
- name: Disable spotlight
if: runner.os == 'macOS'
run : sudo mdutil -a -i off &
- uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down
Loading