Skip to content

Commit 87372fd

Browse files
committed
test Solaris CI
1 parent 5a6f85d commit 87372fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/solaris/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269889
2020
prepare: |
2121
cd $GITHUB_WORKSPACE
22-
pkg install bison iconv re2c
22+
pkg install bison re2c
2323
2424
OPCACHE_TLS_TESTS_DEPS="gcc"
2525
@@ -52,7 +52,6 @@ runs:
5252
--with-curl \
5353
--enable-sockets \
5454
--with-openssl \
55-
--with-iconv=/usr/local \
5655
--enable-bcmath \
5756
--enable-calendar \
5857
--enable-ftp \
@@ -65,7 +64,7 @@ runs:
6564
--enable-werror \
6665
--with-config-file-path=/etc \
6766
--with-config-file-scan-dir=/etc/php.d \
68-
${{ inputs.configurationParameters }} || cat config.log
67+
${{ inputs.configurationParameters }}
6968
7069
gmake -j2
7170
mkdir /etc/php.d

0 commit comments

Comments
 (0)