]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: remove no longer set matrix.configure
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Sep 2024 17:58:35 +0000 (18:58 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 3 Sep 2024 17:01:21 +0000 (12:01 -0500)
... and it doesn't seem like we'll need it in the future.

Fixes: fdcb656 ("testsuite: remove cached modules and --disable-test-modules")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/86
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/workflows/main.yml

index 0a07ef94064488206f43194324ce4745f88eb1b4..55cf83792ced32d71d107507109ae69ff731a9e5 100644 (file)
@@ -51,7 +51,7 @@ jobs:
         run: |
           mkdir build
           cd build
-          ../autogen.sh c ${{ matrix.configure }}
+          ../autogen.sh c
 
       - name: build
         run: |
@@ -73,4 +73,4 @@ jobs:
         if: ${{ matrix.test == 'yes' }}
         run: |
           cd build
-          DISTCHECK_CONFIGURE_FLAGS=${{ matrix.configure }} make KDIR=/usr/lib/modules/*/build distcheck
+          make KDIR=/usr/lib/modules/*/build distcheck