Skip to content

Commit 3f6a014

Browse files
committed
not needed
1 parent d3e15f5 commit 3f6a014

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ 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-
if ! test -e /usr/lib/libresolv.so.2 && test -e /lib/libc.so.6; then
131-
ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
132-
fi
133130
echo "/lib:/usr/local/lib:/usr/lib:/opt/oracle/instantclient" > /etc/ld-musl-x86_64.path
134131
else
135132
sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig'

0 commit comments

Comments
 (0)