From: Alexander Sosedkin Date: Sun, 8 Feb 2026 19:56:33 +0000 (+0100) Subject: .gitlab-ci.yml: add --skip-po hack to fedora-docdist/test as well X-Git-Tag: 3.8.12^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1306cdae43e901559ee9840c39b79a37afed45a3;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: add --skip-po hack to fedora-docdist/test as well Signed-off-by: Alexander Sosedkin --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2adf8abde0..859df4b533 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -190,6 +190,8 @@ fedora-docdist/test: needs: - fedora-docdist/build script: + # Fake distcheck-hook that checks bootstrap is called without --skip-po + - mkdir -p po/.reference - make -j$CHECKJOBS distcheck when: manual