@@ -6,7 +6,7 @@ name: GnuTests
66# spell-checker:ignore (options) Ccodegen Coverflow Cpanic Zpanic
77# spell-checker:ignore (people) Dawid Dziurla * dawidd dtolnay
88# spell-checker:ignore (vars) FILESET SUBDIRS XPASS
9- # spell-checker:ignore userns
9+ # spell-checker:ignore userns nodocs
1010
1111# * note: to run a single test => `REPO/util/run-gnu-test.sh PATH/TO/TEST/SCRIPT`
1212
4444 with :
4545 path : ' uutils'
4646 persist-credentials : false
47- - uses : dtolnay/rust-toolchain@master
48- with :
49- toolchain : stable
5047 - uses : Swatinem/rust-cache@v2
5148 with :
5249 workspaces : " ./uutils -> target"
@@ -207,12 +204,6 @@ jobs:
207204 with :
208205 path : ' uutils'
209206 persist-credentials : false
210- - uses : dtolnay/rust-toolchain@master
211- with :
212- toolchain : stable
213- - uses : Swatinem/rust-cache@v2
214- with :
215- workspaces : " ./uutils -> target"
216207 - name : Checkout code (GNU coreutils)
217208 run : (mkdir -p gnu && cd gnu && bash ../uutils/util/fetch-gnu.sh)
218209
@@ -235,8 +226,7 @@ jobs:
235226
236227 - name : Install dependencies in VM
237228 run : |
238- lima sudo dnf -y update
239- lima sudo dnf -y install autoconf bison gperf gcc gdb jq libacl-devel libattr-devel libcap-devel libselinux-devel attr rustup clang-devel automake patch quilt
229+ lima sudo dnf -y install --nodocs autoconf bison gperf gcc gdb jq libacl-devel libattr-devel libcap-devel libselinux-devel attr rustup clang-devel automake patch quilt
240230 lima rustup-init -y --profile=minimal --default-toolchain stable
241231 - name : Copy the sources to VM
242232 run : |
@@ -325,9 +315,6 @@ jobs:
325315 with :
326316 path : ' uutils'
327317 persist-credentials : false
328- - uses : dtolnay/rust-toolchain@master
329- with :
330- toolchain : stable
331318 - uses : Swatinem/rust-cache@v2
332319 with :
333320 workspaces : " ./uutils -> target"
@@ -385,7 +372,7 @@ jobs:
385372 path : ' uutils'
386373 persist-credentials : false
387374 - name : Retrieve reference artifacts
388- uses : dawidd6/action-download-artifact@v12
375+ uses : dawidd6/action-download-artifact@v14
389376 # ref: <https://github.com/dawidd6/action-download-artifact>
390377 continue-on-error : true # # don't break the build for missing reference artifacts (may be expired or just not generated yet)
391378 with :
0 commit comments