File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
.github/actions/configure-x64 Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,6 @@ jobs:
149
149
--with-snmp \
150
150
`#--with-unixODBC` \
151
151
`#--with-pdo-odbc=unixODBC,/usr` \
152
- `#--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient` \
153
- `#--with-oci8=shared,instantclient,/opt/oracle/instantclient` \
154
152
--with-config-file-path=/etc \
155
153
--with-config-file-scan-dir=/etc/php.d \
156
154
--with-pdo-firebird \
Original file line number Diff line number Diff line change 73
73
${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
74
74
${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
75
75
${{ inputs.skipSlow == 'false' && '--with-pdo-odbc=unixODBC,/usr' || '' }} \
76
- $([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient') \
77
- $([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instantclient') \
78
76
--with-config-file-path=/etc \
79
77
--with-config-file-scan-dir=/etc/php.d \
80
78
${{ inputs.skipSlow == 'false' && '--with-pdo-firebird' || '' }} \
You can’t perform that action at this time.
0 commit comments