You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grep -Ev '^.*\.node:|^\t(/usr/lib/lib(System\.|c\+\+|objc))|/System/Library/Frameworks/(CoreFoundation|NetworkExtension|Foundation|Network)\.framework'; then
30
+
grep -Ev '^.*@rpath/libsession_util_nodejs\.node:?|^[^@\t].*\.node:|^[[:space:]]*$|^\t(/usr/lib/lib(System\.|c\+\+|objc))|/System/Library/Frameworks/(CoreFoundation|NetworkExtension|Foundation|Network)\.framework'; then
31
31
bad=1
32
32
fi
33
33
elif [ "$RUNNER_OS" == "Linux" ]; then
34
-
if ldd "$node_file" | grep -Ev '(linux-vdso|ld-linux-(x86-64|armhf|aarch64)|lib(pthread|dl|rt|stdc\+\+|gcc_s|c|m))\.so'; then
if ldd "$node_file" | grep -Ev '^.*\.node:|^[[:space:]]*$|(linux-vdso|ld-linux-(x86-64|armhf|aarch64)|lib(pthread|dl|rt|stdc\+\+|gcc_s|c|m))\.so'; then
35
36
bad=1
36
37
fi
37
38
else
38
-
echo -e "\n\n\n\n\e[31;1mDon't know how to check linked libs on $RUNNER_OS\e[0m\n\n\n"
39
+
echo -e "\nDon't know how to check linked libs on $RUNNER_OS\n"
0 commit comments