From ae0b51a8b36d1a54b710a93e8472765cfd99aa88 Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Fri, 15 Mar 2024 22:56:31 +0100 Subject: [PATCH] CI: Dont build nvidia module to save space Signed-off-by: Peter Jung --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d47fa8c90..bf825367e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: id: makepkg uses: CachyOS/pkgbuild-action@master with: - envvars: "_build_zfs=y _build_nvidia=y _use_auto_optimization= _processor_opt=generic _cc_size=y _cc_harder= _disable_debug=y" + envvars: "_build_zfs=y _use_auto_optimization= _processor_opt=generic _cc_size=y _cc_harder=" pkgdir: "linux-cachyos" namcapExcludeRules: "invalidstartdir" makepkgArgs: "--skipchecksums --skippgpcheck --noconfirm -s" @@ -28,7 +28,7 @@ jobs: id: makepkg uses: CachyOS/pkgbuild-action@master with: - envvars: "_build_zfs=y _build_nvidia=y _use_llvm_lto=thin _use_auto_optimization= _processor_opt=generic _cc_size=y _cc_harder= _disable_debug=y" + envvars: "_build_zfs=y _use_llvm_lto=thin _use_auto_optimization= _processor_opt=generic _cc_size=y _cc_harder=" pkgdir: "linux-cachyos" namcapExcludeRules: "invalidstartdir" makepkgArgs: "--skipchecksums --skippgpcheck --noconfirm -s"