Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 0327af5

Browse files
committed
debug
1 parent dab2c1a commit 0327af5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

autogen.pl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
use Data::Dumper;
2525
use Getopt::Long;
2626

27+
# DBG MLNX Jenkins
28+
29+
safe_system("pwd || true");
30+
safe_system("umask");
31+
safe_system("which libtoolize || true");
32+
safe_system("ls -l /hpc/local/share/libtool/build-aux || true");
33+
safe_system("ls -l opal/mca/event/libevent2022/libevent || true");
2734
#
2835
# Global variables
2936
#

0 commit comments

Comments
 (0)