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 9c6752f commit d425f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ build:
- sudo unzip /opt/oracle/instantclient-basic-linux.x64-21.3.0.0.0.zip -d /opt/oracle
- sudo unzip /opt/oracle/instantclient-sdk-linux.x64-21.3.0.0.0.zip -d /opt/oracle
- sudo apt-get install libaio1 -y
- export ORACLE_HOME=instantclient,/opt/oracle/instantclient_21_3
- 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
- printf "\n" | pecl install oci8
- sudo sh -c "echo 'instantclient,/opt/oracle/instantclient_21_3' | pecl install oci8-3.0.1"
- sudo ldconfig
- wget -O /home/scrutinizer/php-8.1.18.tar.gz https://www.php.net/distributions/php-8.1.18.tar.gz
- cd /home/scrutinizer
Expand Down

0 comments on commit d425f74

Please sign in to comment.