Revert "CFLAGS seperate with coma"
Some checks failed
Kernel Release / Build (push) Failing after 38m0s
Kernel Release / release-deploy (push) Has been skipped

This reverts commit b7fd88854c.
This commit is contained in:
Antoine Martin 2025-01-20 22:18:58 -05:00
parent 2b2132432d
commit 1a5c7135c1
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -5,7 +5,7 @@ on:
tags:
- 'v*'
env:
PVE_KERNEL_CFLAGS: "-Wno-compare-distinct-pointer-types,-Wno-format-truncation,-Wno-array-bounds,-Wno-stringop-overflow"
PVE_KERNEL_CFLAGS: -Wno-compare-distinct-pointer-types -Wno-error=format-truncation -Wno-error=array-bounds -Wno-error=stringop-overflow
jobs:
release-build: