Skip to content

Commit 4178a24

Browse files
committed
no oci
1 parent 8cdd79f commit 4178a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/configure-x64/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ runs:
7575
--with-kerberos \
7676
--with-imap-ssl \
7777
--with-pdo-odbc=unixODBC,/usr \
78-
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
79-
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
78+
$(if [ -f /etc/alpine-release ]; then echo ; else echo --with-pdo-oci=shared,instantclient,/opt/oracle/instantclient; fi) \
79+
$(if [ -f /etc/alpine-release ]; then echo ; else echo --with-oci8=shared,instantclient,/opt/oracle/instantclient; fi) \
8080
--with-config-file-path=/etc \
8181
--with-config-file-scan-dir=/etc/php.d \
8282
$(if [ -f /etc/alpine-release ]; then echo ; else echo --with-pdo-firebird; fi) \

0 commit comments

Comments
 (0)