mirror of https://git.tukaani.org/xz.git
CI: Don't require po4a on Solaris
(cherry picked from commit a61c9ab475
)
This commit is contained in:
parent
83d3792711
commit
0c089a33a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue