Skip to content

Avoid blhc "CPPFLAGS missing" false positive.

intrigeri requested to merge intrigeri/apparmor:avoid-blhc-false-positive into master

We don't really need CPPFLAGS here (we don't use CC to compile anything) but this avoids a false positive in blhc, which in turns allows one to run blhc as part of CI, like we do on https://salsa.debian.org/apparmor-team/apparmor/pipelines.

Merge request reports