]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CI: Don't require po4a on Solaris
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 3 Jun 2024 14:07:11 +0000 (17:07 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Sep 2024 15:51:58 +0000 (18:51 +0300)
(cherry picked from commit a61c9ab4751f2710dcd5459c7d74bbf20781f0f9)

.github/workflows/solaris.yml

index 716554e5b8223a36baaf9cf247d432fdfd2a46cb..fa2f703bd84eaf40cc394281b161e387cac19d65 100644 (file)
@@ -26,7 +26,7 @@ jobs:
           set -e
           export LC_ALL=C LANG=C
           uname -a
-          ./autogen.sh
+          ./autogen.sh --no-po4a
           ./configure --enable-werror
           make
           make check VERBOSE=1