We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c911fd8 commit 23ebe87Copy full SHA for 23ebe87
.github/actions/apt-x64/action.yml
@@ -127,6 +127,8 @@ runs:
127
# fix debug build warning: zend_signal: handler was replaced for signal (2) after startup
128
echo DISABLE_INTERRUPT=on > /opt/oracle/instantclient/network/admin/sqlnet.ora
129
if [ -f /etc/alpine-release ]; then
130
+ apk add libaio libc6-compat libnsl
131
+ ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
132
echo "/lib:/usr/local/lib:/usr/lib:/opt/oracle/instantclient" > /etc/ld-musl-x86_64.path
133
else
134
sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig'
0 commit comments