Skip to content

Commit 4dcb4ac

Browse files
committed
Debugging
1 parent 04fb64d commit 4dcb4ac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
with:
137137
usesh: true
138138
run: |
139+
set -e
139140
./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32
140141
make -j3 CPPFLAGS='-Wall -Wextra -Werror'
141142
make check
@@ -156,7 +157,20 @@ jobs:
156157
uses: vmactions/solaris-vm@v1
157158
with:
158159
usesh: true
160+
prepare: |
161+
pkg install developer/build/make developer/gcc system/header
162+
159163
run: |
164+
#PATH="/usr/sfw/bin:$PATH"
165+
#export PATH
166+
167+
dirs=`echo $PATH | tr ':' ' '`
168+
for d in $dirs; do
169+
echo "==$d=="
170+
ls -l $d
171+
done
172+
173+
set -e
160174
./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32
161175
make -j3 CPPFLAGS='-Wall -Wextra -Werror'
162176
make check

0 commit comments

Comments
 (0)