Skip to content

Commit 3331add

Browse files
committed
Remove OCI compile flags from CI
1 parent 96b3a32 commit 3331add

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ jobs:
149149
--with-snmp \
150150
`#--with-unixODBC` \
151151
`#--with-pdo-odbc=unixODBC,/usr` \
152-
`#--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient` \
153-
`#--with-oci8=shared,instantclient,/opt/oracle/instantclient` \
154152
--with-config-file-path=/etc \
155153
--with-config-file-scan-dir=/etc/php.d \
156154
--with-pdo-firebird \

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ runs:
7373
${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
7474
${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
7575
${{ 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') \
7876
--with-config-file-path=/etc \
7977
--with-config-file-scan-dir=/etc/php.d \
8078
${{ inputs.skipSlow == 'false' && '--with-pdo-firebird' || '' }} \

0 commit comments

Comments
 (0)