Skip to content

Commit

Permalink
build: sync common files from github_organization_management repository
Browse files Browse the repository at this point in the history
  • Loading branch information
metworkbot committed Oct 28, 2024
1 parent db31a36 commit 2ae1f3f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions integration_tests/0096_system_extra_dependencies/list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ libbz2.so.1
libc.so.6
libcairo.so.2
libcairo-gobject.so.2
libcap.so.2
libcares.so.2
libcdt.so.5
libcgraph.so.6
Expand Down Expand Up @@ -119,7 +118,6 @@ libthread_db.so.1
libtiff.so.5
libtinfo.so.6
libtk8.6.so
libudev.so.1
libutil.so.1
libuuid.so.1
libunistring.so.2
Expand All @@ -146,3 +144,16 @@ libXtst.so.6
libwebp.so.7
libz.so.1
libzstd.so.1
#mpich dependencies on fedora>=38 below
libcap.so.2
libudev.so.1
#mpich dependencies on fedora>=39 below
libefa.so.1
libfabric.so.1
libibverbs.so.1
libnl-3.so.200
libnl-route-3.so.200
libnuma.so.1
libpsm2.so.2
librdmacm.so.1
libyaksa.so.0
4 changes: 2 additions & 2 deletions integration_tests/0096_system_extra_dependencies/test.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash


OK_DEPS=$(cat list.txt|xargs)
OK_NOT_FOUND=$(cat list_ok_not_found.txt |xargs)
OK_DEPS=$(cat list.txt|grep -v "#"|xargs)
OK_NOT_FOUND=$(cat list_ok_not_found.txt|grep -v "#"|xargs)

#N=$(cat /etc/redhat-release 2>/dev/null |grep -c "^CentOS release 6")
#if test "${N}" -eq 0; then
Expand Down

0 comments on commit 2ae1f3f

Please sign in to comment.