@@ -2,7 +2,7 @@ name: GnuTests
22
33# spell-checker:ignore (abbrev/names) CodeCov gnulib GnuTests Swatinem
44# spell-checker:ignore (jargon) submodules devel
5- # spell-checker:ignore (libs/utils) autopoint chksum dpkg getenforce getlimits gperf lcov libexpect limactl pyinotify setenforce shopt texinfo valgrind libattr libcap taiki-e zstd cpio
5+ # spell-checker:ignore (libs/utils) autopoint chksum dpkg getenforce getlimits gperf lcov libexpect limactl pyinotify setenforce shopt valgrind libattr libcap taiki-e zstd cpio
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
4747 - uses : dtolnay/rust-toolchain@master
4848 with :
4949 toolchain : stable
50- components : rustfmt
5150 - uses : Swatinem/rust-cache@v2
5251 with :
5352 workspaces : " ./uutils -> target"
@@ -105,7 +104,7 @@ jobs:
105104 ## Build binaries
106105 cd 'uutils'
107106 env PROFILE=release-small bash util/build-gnu.sh
108-
107+
109108 - name : Save files for faster configure and skipping make
110109 uses : actions/cache/save@v5
111110 if : always() && steps.cache-config-gnu.outputs.cache-hit != 'true'
@@ -211,7 +210,6 @@ jobs:
211210 - uses : dtolnay/rust-toolchain@master
212211 with :
213212 toolchain : stable
214- components : rustfmt
215213 - uses : Swatinem/rust-cache@v2
216214 with :
217215 workspaces : " ./uutils -> target"
@@ -247,7 +245,7 @@ jobs:
247245 - name : Install dependencies in VM
248246 run : |
249247 lima sudo dnf -y update
250- lima sudo dnf -y install git autoconf autopoint bison texinfo gperf gcc gdb jq libacl-devel libattr-devel libcap-devel libselinux-devel attr rustup clang-devel texinfo-tex automake patch quilt
248+ lima sudo dnf -y install git autoconf autopoint bison gperf gcc gdb jq libacl-devel libattr-devel libcap-devel libselinux-devel attr rustup clang-devel automake patch quilt
251249 lima rustup-init -y --default-toolchain stable
252250 - name : Copy the sources to VM
253251 run : |
@@ -331,7 +329,6 @@ jobs:
331329 - uses : dtolnay/rust-toolchain@master
332330 with :
333331 toolchain : stable
334- components : rustfmt
335332 - uses : Swatinem/rust-cache@v2
336333 with :
337334 workspaces : " ./uutils -> target"
0 commit comments