mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 11:58:08 +02:00
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:
parent
67bb3e2011
commit
fa1067f581
1 changed files with 1 additions and 1 deletions
|
|
@ -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-*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue