Skip to content
Snippets Groups Projects
Commit 870f46b6 authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

Release checker: Ignore libmvec being dynamic

Is another library which is a part of libc6.
parent 8841635c
No related branches found
No related tags found
No related merge requests found
Pipeline #4758 failed
...@@ -49,6 +49,7 @@ ALLOWED_LIBS = ( ...@@ -49,6 +49,7 @@ ALLOWED_LIBS = (
# Libraries which are oart of default install, # Libraries which are oart of default install,
"libcrypt.so", "libcrypt.so",
"libnsl.so", "libnsl.so",
"libmvec.so.1",
# X11 libraries we don't link statically, # X11 libraries we don't link statically,
"libX11.so", "libX11.so",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment