mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix missing instantclient in CI
We should only pass the --with-pdo-oci and --with-oci8 flags if instantclient is installed. Closes GH-12066
This commit is contained in:
parent
e1396a314d
commit
f3bd027b69
1 changed files with 2 additions and 2 deletions
4
.github/actions/configure-x64/action.yml
vendored
4
.github/actions/configure-x64/action.yml
vendored
|
@ -74,8 +74,8 @@ runs:
|
|||
--with-imap \
|
||||
--with-imap-ssl \
|
||||
--with-pdo-odbc=unixODBC,/usr \
|
||||
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
|
||||
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
|
||||
$([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient') \
|
||||
$([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instantclient') \
|
||||
--with-config-file-path=/etc \
|
||||
--with-config-file-scan-dir=/etc/php.d \
|
||||
--with-pdo-firebird \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue