Attempt add cflags by env vars
This commit is contained in:
parent
5ab6a7caad
commit
ad6cf3a5d7
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
env:
|
||||||
|
PVE_KERNEL_CFLAGS: -Wno-compare-distinct-pointer-types -Wno-format-truncation -Wno-array-bounds -Wno-stringop-overflow
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-build:
|
release-build:
|
||||||
|
|
Loading…
Reference in a new issue