ci: Add -Wl,--no-undefined to CFLAGS

I believe this is the real cause of failures on debian, so add
it to the CI builds.
This commit is contained in:
Ray Strode 2022-11-15 16:17:01 -05:00
parent 67bb3e2011
commit fa1067f581

View file

@ -8,7 +8,7 @@ stages:
.meson-build: &meson-build
script:
- meson _build
- CFLAGS="-Wl,--no-undefined" meson _build
- cd _build
- ninja dist
- shellcheck -S error scripts/plymouth-*