]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Remove `make distcheck` from the regular "build" action.
authorFlorian Forster <octo@collectd.org>
Fri, 24 Nov 2023 08:01:34 +0000 (09:01 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 24 Nov 2023 08:01:34 +0000 (09:01 +0100)
.github/workflows/build.yml

index 3583ba5e72ee71dd7481d0c01de9408def9feb70..808304ffcc02b13b68a2f3c6fb42a5cf5f14f911 100644 (file)
@@ -62,12 +62,6 @@ jobs:
       with:
         name: ${{ matrix.container_tag }} test log
         path: test-suite.log
-    - name: Install bzip2
-      run: |
-        yum install -y bzip2 || apt install -y bzip2
-    - name: Run make distcheck
-      run: |
-        make $MAKEFLAG distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking --enable-debug"
 
   experimental:
     runs-on: ubuntu-20.04
@@ -113,10 +107,3 @@ jobs:
       with:
         name: ${{ matrix.container_tag }} test log
         path: test-suite.log
-    - name: Install bzip2
-      run: |
-        yum install -y bzip2 || apt install -y bzip2
-    - name: Run make distcheck
-      run: |
-        make $MAKEFLAGS distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking --enable-debug"
-