Skip to content

Commit 1451745

Browse files
committed
relocate glibc for slc6_amd64
1 parent 7f2671a commit 1451745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr_testing/gen-pr-install-cmssw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ case ${ARCHITECTURE} in
3030
slc6_amd64_*)
3131
if [ -e config/toolbox/${ARCHITECTURE}/tools/selected/glibc.xml ] ; then
3232
GLIBC_PATH=\$(grep GLIBC_BASE config/toolbox/${ARCHITECTURE}/tools/selected/glibc.xml | sed 's|.*="/|/|;s|".*||')
33-
PATCHELF=\$(ls /cvmfs/cms.cern.ch/${ARCHITECTURE}/external/patchelf/*/bin/patchelf | sort | tail -1)
33+
PATCHELF=\$(ls /cvmfs/cms-ib.cern.ch/week*/${ARCHITECTURE}/external/patchelf/*/bin/patchelf | sort | tail -1)
3434
for x in \$(find bin/${ARCHITECTURE} -type f -exec file {} \\; | grep ELF | cut -d':' -f1) ; do
3535
if [ \$(strings \$x 2>&1 | grep "${ARCHITECTURE}/external/glibc/[^/]*/lib64/ld.so" |wc -l) -gt 0 ] ; then
3636
\$PATCHELF --set-interpreter \$GLIBC_PATH/lib64/ld.so \$x

0 commit comments

Comments
 (0)