Skip to content

Commit

Permalink
DEBUG oracle for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Nov 12, 2022
1 parent 3f6a014 commit 503ba82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/apt-x64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ runs:
# fix debug build warning: zend_signal: handler was replaced for signal (2) after startup
echo DISABLE_INTERRUPT=on > /opt/oracle/instantclient/network/admin/sqlnet.ora
if [ -f /etc/alpine-release ]; then
apk add libaio libc6-compat libnsl
ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
echo "/lib:/usr/local/lib:/usr/lib:/opt/oracle/instantclient" > /etc/ld-musl-x86_64.path
else
sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig'
Expand Down

0 comments on commit 503ba82

Please sign in to comment.