We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1451745 commit fbf711aCopy full SHA for fbf711a
pr_testing/gen-pr-install-cmssw.sh
@@ -33,7 +33,8 @@ case ${ARCHITECTURE} in
33
PATCHELF=\$(ls /cvmfs/cms-ib.cern.ch/week*/${ARCHITECTURE}/external/patchelf/*/bin/patchelf | sort | tail -1)
34
for x in \$(find bin/${ARCHITECTURE} -type f -exec file {} \\; | grep ELF | cut -d':' -f1) ; do
35
if [ \$(strings \$x 2>&1 | grep "${ARCHITECTURE}/external/glibc/[^/]*/lib64/ld.so" |wc -l) -gt 0 ] ; then
36
- \$PATCHELF --set-interpreter \$GLIBC_PATH/lib64/ld.so \$x
+ echo "Fixing glibc/ld.so for \$x"
37
+ \$PATCHELF --set-interpreter \$GLIBC_PATH/lib64/ld.so \$x
38
fi
39
done
40
0 commit comments