From: Ray Strode Date: Tue, 15 Nov 2022 21:17:01 +0000 (-0500) Subject: ci: Add -Wl,--no-undefined to CFLAGS X-Git-Tag: 23.51.283~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa1067f58106a577de00382d1b4a11dd0b04fe3f;p=thirdparty%2Fplymouth.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dfe281a..07a59076 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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-*