Skip to content

Commit 23ebe87

Browse files
committed
DEBUG oracle for alpine
1 parent c911fd8 commit 23ebe87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ runs:
127127
# fix debug build warning: zend_signal: handler was replaced for signal (2) after startup
128128
echo DISABLE_INTERRUPT=on > /opt/oracle/instantclient/network/admin/sqlnet.ora
129129
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
130132
echo "/lib:/usr/local/lib:/usr/lib:/opt/oracle/instantclient" > /etc/ld-musl-x86_64.path
131133
else
132134
sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig'

0 commit comments

Comments
 (0)