Whamcloud - gitweb
Fix continuous integration testing workflow on Windows with mingw64
authorTheodore Ts'o <tytso@mit.edu>
Wed, 26 Feb 2025 03:39:52 +0000 (22:39 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Feb 2025 03:39:52 +0000 (22:39 -0500)
The subs Makefile target has been renamed to top-deps

Fixes: 3c8d4f6e0183 ('Fix parallel "make -j install"')
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
.github/workflows/ci.yml

index cc961bc..8d1837b 100644 (file)
@@ -142,7 +142,7 @@ jobs:
     # dependencies: all libraries except libss.  The build system doesn't want
     # to build just those parts, though, so do it one step at a time...
     - run: ./configure CFLAGS="$DEF_CFLAGS"
-    - run: make -j8 subs V=1 CFLAGS_WARN="-Werror"
+    - run: make -j8 top-deps V=1 CFLAGS_WARN="-Werror"
     - run: make -j8 -C lib/et/ all V=1 CFLAGS_WARN="-Werror"
     - run: make -j8 -C lib/uuid/ all V=1 CFLAGS_WARN="-Werror"
     - run: make -j8 -C lib/blkid/ all V=1 CFLAGS_WARN="-Werror"