Skip to content

Commit

Permalink
CI: Dont build nvidia module to save space
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Mar 15, 2024
1 parent 928b047 commit ae0b51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit ae0b51a

Please sign in to comment.