Skip to content

Commit

Permalink
fix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Sep 2, 2023
1 parent 7d7e1a5 commit 3b9f94d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ build:
- export ORACLE_HOME=/opt/oracle/instantclient_21_3
- sudo sh -c "echo /opt/oracle/instantclient_21_3 > /etc/ld.so.conf.d/oracle-instantclient.conf"
- sudo ldconfig
- wget -O /home/scrutinizer/oci8-3.0.1.tgz https://pecl.php.net/get/oci8-3.0.1.tgz
- cd /home/scrutinizer
- tar -zxvf oci8-3.0.1.tgz
- cd oci8-3.0.1
- wget https://pecl.php.net/get/oci8-3.2.1.tgz
- tar xzf oci8-3.2.1.tgz
- cd oci8-3.2.1
- phpize
- ./configure --with-oci8=instantclient,/opt/oracle/instantclient_21_3
- make
Expand Down

0 comments on commit 3b9f94d

Please sign in to comment.