Skip to content

Commit 5a0f682

Browse files
ventureooptr1337
authored andcommitted
ci: Use built-in way to pass environment variables
1 parent 5588a00 commit 5a0f682

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lint.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
- name: Build (GCC)
1616
id: makepkg
1717
uses: CachyOS/pkgbuild-action@master
18+
env:
19+
_build_zfs: yes
20+
_use_llvm_lto: none
1821
with:
19-
envvars: "_build_zfs=y _use_auto_optimization= _cc_harder= _localmodcfg=y _localmodcfg_path=/github/workspace/modprobed.db"
2022
pkgdir: "linux-cachyos"
2123
namcapExcludeRules: "invalidstartdir"
2224
makepkgArgs: "--skipchecksums --skippgpcheck --noconfirm -s"
@@ -28,8 +30,9 @@ jobs:
2830
- name: Build (LLVM)
2931
id: makepkg
3032
uses: CachyOS/pkgbuild-action@master
33+
env:
34+
_build_zfs: yes
3135
with:
32-
envvars: "CI=1 _build_zfs=y _use_llvm_lto=thin _use_auto_optimization= _cc_harder= _localmodcfg=y _localmodcfg_path=/github/workspace/modprobed.db"
3336
pkgdir: "linux-cachyos"
3437
namcapExcludeRules: "invalidstartdir"
3538
makepkgArgs: "--skipchecksums --skippgpcheck --noconfirm -s"

0 commit comments

Comments
 (0)