Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't include file/ldd/readelf commands run during RPATH sanity check in --trace output #3508

Merged
merged 1 commit into from Nov 28, 2020

Conversation

boegel
Copy link
Member

@boegel boegel commented Nov 28, 2020

The RPATH-specific part of the sanity check step is currently overly verbose when using eb --rpath --trace:

== sanity checking...
  >> running command:
        [started at: 2020-11-28 16:33:52]
        [working dir: /home/centos/EasyBuild/EasyBuild-4.3.1/build/binutils/2.31.1/system-system/binutils-2.31.1]
        [output logged in /tmp/eb-nplkyey8/easybuild-run_cmd-sxcm8f0k.log]
        file /home/centos/EasyBuild/EasyBuild-4.3.1/software/binutils/2.31.1/bin/addr2line
  >> command completed: exit 0, ran in < 1s
  >> running command:
        [started at: 2020-11-28 16:33:52]
        [working dir: /home/centos/EasyBuild/EasyBuild-4.3.1/build/binutils/2.31.1/system-system/binutils-2.31.1]
        [output logged in /tmp/eb-nplkyey8/easybuild-run_cmd-fqacpwfs.log]
        ldd /home/centos/EasyBuild/EasyBuild-4.3.1/software/binutils/2.31.1/bin/addr2line
  >> command completed: exit 0, ran in < 1s
...

The changes in this PR avoid including the file, ldd and readelf commands in the --trace output.

Copy link
Contributor

@Micket Micket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Micket Micket merged commit 34627ca into easybuilders:develop Nov 28, 2020
@boegel boegel deleted the rpath_sanity_check_no_trace branch November 28, 2020 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants