]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
github: remove distcheck
authorKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2021 08:44:44 +0000 (09:44 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2021 08:44:44 +0000 (09:44 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
.github/workflows/cibuild.sh
.github/workflows/cibuild.yml

index ae55d363321019204c5ad69e505f7c7923429215..e717b16bfce53b5c7b51a843971c1735f8275e44 100755 (executable)
@@ -26,8 +26,8 @@ for phase in "${PHASES[@]}"; do
                ./configure $opts
                ;;
         MAKE)
-               make -j V=1
-               make -j check-programs V=1
+               make -j
+               make -j check-programs
                ;;
        INSTALL)
                make install DESTDIR=/tmp/dest
index 1c618c5c2ccfd533aaf2cb7e446854246daf9632..16a9e7a4b1c92e7559ec377f7c97fb1faf10fa45 100644 (file)
@@ -20,13 +20,11 @@ jobs:
     steps:
       - name: Repository checkout
         uses: actions/checkout@v1
-      - name: Ubuntu setup      (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
+      - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
-      - name: Congure & Make    (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
+      - name: Congure & Make
         run: .github/workflows/cibuild.sh CONFIGURE MAKE
-      - name: Make install 
-        run: .github/workflows/cibuild.sh INSTALL
-      - name: Make distcheck
-        run: .github/workflows/cibuild.sh DISTCHECK
       - name: Check
         run: sudo -E .github/workflows/cibuild.sh CHECK
+      - name: Make install
+        run: .github/workflows/cibuild.sh INSTALL