From fa1067f58106a577de00382d1b4a11dd0b04fe3f Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 15 Nov 2022 16:17:01 -0500 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-*