Revert "Remove no-error again"

This reverts commit 8ff311496c.
This commit is contained in:
Antoine Martin 2025-01-20 23:42:34 -05:00
parent 8ff311496c
commit 7b02308ac2
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -5,7 +5,7 @@ on:
tags: tags:
- 'v*' - 'v*'
env: 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: jobs:
release-build: release-build: