Skip to content

Commit c758f2a

Browse files
authored
Merge branch 'main' into fold
2 parents 06a473f + 0f891cc commit c758f2a

11 files changed

Lines changed: 77 additions & 82 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CICD
44
# spell-checker:ignore (env/flags) Awarnings Ccodegen Coverflow Cpanic Dwarnings RUSTDOCFLAGS RUSTFLAGS Zpanic CARGOFLAGS CLEVEL nodocs
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 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 wasip
99

1010
env:
@@ -386,6 +386,8 @@ jobs:
386386
- { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "feat_os_unix,test_risky_names", use-cross: use-cross, skip-publish: true }
387387
- { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "feat_os_unix,uudoc" , use-cross: no, workspace-tests: true }
388388
- { os: ubuntu-latest , target: x86_64-unknown-linux-musl , features: feat_os_unix_musl , use-cross: use-cross }
389+
# utmpx, chroot stdbuf is broken on NetBSD at least for...
390+
- { os: ubuntu-latest , target: x86_64-unknown-netbsd , features: "feat_Tier1" , use-cross: use-cross , skip-tests: true , check-only: true }
389391
- { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true , check-only: true }
390392
- { os: ubuntu-latest , target: wasm32-wasip1, default-features: false, features: feat_wasm, skip-tests: true }
391393
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
path: 'uutils'
355355
persist-credentials: false
356356
- name: Retrieve reference artifacts
357-
uses: dawidd6/action-download-artifact@v17
357+
uses: dawidd6/action-download-artifact@v18
358358
# ref: <https://github.com/dawidd6/action-download-artifact>
359359
continue-on-error: true ## don't break the build for missing reference artifacts (may be expired or just not generated yet)
360360
with:

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
~/.android/avd/*/*.lock
112112
- name: Create and cache emulator image
113113
if: steps.avd-cache.outputs.cache-hit != 'true'
114-
uses: reactivecircus/android-emulator-runner@v2.36.0
114+
uses: reactivecircus/android-emulator-runner@v2.37.0
115115
with:
116116
api-level: ${{ matrix.api-level }}
117117
target: ${{ matrix.target }}
@@ -156,7 +156,7 @@ jobs:
156156
free -mh
157157
df -Th
158158
- name: Build and Test
159-
uses: reactivecircus/android-emulator-runner@v2.36.0
159+
uses: reactivecircus/android-emulator-runner@v2.37.0
160160
with:
161161
api-level: ${{ matrix.api-level }}
162162
target: ${{ matrix.target }}

.github/workflows/make.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ jobs:
201201
--arg multisize "$SIZE_MULTI" \
202202
'{($date): { sha: $sha, size: $size, multisize: $multisize, }}' > size-result.json
203203
- name: Download the previous individual size result
204-
uses: dawidd6/action-download-artifact@v17
204+
uses: dawidd6/action-download-artifact@v18
205205
with:
206206
workflow: make.yml
207207
name: individual-size-result
208208
repo: uutils/coreutils
209209
path: dl
210210
- name: Download the previous size result
211-
uses: dawidd6/action-download-artifact@v17
211+
uses: dawidd6/action-download-artifact@v18
212212
with:
213213
workflow: make.yml
214214
name: size-result

0 commit comments

Comments
 (0)