Attempt add cflags by env vars
Some checks failed
Kernel Release / Build (push) Failing after 38m6s
Kernel Release / release-deploy (push) Has been skipped

This commit is contained in:
Antoine Martin 2025-01-20 12:53:13 -05:00
parent 5ab6a7caad
commit ad6cf3a5d7
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -4,6 +4,8 @@ on:
push:
tags:
- 'v*'
env:
PVE_KERNEL_CFLAGS: -Wno-compare-distinct-pointer-types -Wno-format-truncation -Wno-array-bounds -Wno-stringop-overflow
jobs:
release-build: