CI: Use set -e on Solaris too

(cherry picked from commit 5229bdf533)
This commit is contained in:
Lasse Collin 2024-06-03 15:08:15 +03:00
parent 9c64d4fd78
commit 83d3792711
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
prepare: | prepare: |
pkg install bash libtool automake gnu-m4 tree wget gcc autoconf //solaris/text/gawk pkg://solaris/text/gnu-diffutils pkg://solaris/text/gnu-grep pkg://solaris/text/gnu-sed pkg install bash libtool automake gnu-m4 tree wget gcc autoconf //solaris/text/gawk pkg://solaris/text/gnu-diffutils pkg://solaris/text/gnu-grep pkg://solaris/text/gnu-sed
run: | run: |
set -e
export LC_ALL=C LANG=C export LC_ALL=C LANG=C
uname -a uname -a
./autogen.sh ./autogen.sh