]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: point to the gnulib checkout
authorDaiki Ueno <ueno@gnu.org>
Thu, 24 Jul 2025 22:47:09 +0000 (07:47 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 24 Jul 2025 22:47:09 +0000 (07:47 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
.gitlab-ci.yml

index 5f02fb1422dbd77ed80c38cff6a49a31673dea1f..60ee7aedc38345786a2124e377040e37999403de 100644 (file)
@@ -521,7 +521,7 @@ fedora-static-analyzers/build:
   #TODO originally, before_script was set to "/bin/true".. is there a reason not to create the cache?
   script:
     - scan-build ./configure --cache-file $CCACHE_FILE --disable-doc --enable-fips140-mode --with-pkcs12-iter-count=10000
-    - make -j$BUILDJOBS syntax-check gnulib_dir=$GNULIB_SRCDIR
+    - make -j$BUILDJOBS syntax-check gnulib_dir=$PWD/gnulib
     - make -j$BUILDJOBS -C gl
     - scan-build --status-bugs -o scan-build-lib make -j$BUILDJOBS -C lib
     - scan-build --status-bugs -o scan-build-lib make -j$BUILDJOBS -C libdane