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

Disable silent-rules on CI #12851

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

bwbarrett
Copy link
Member

When CI fails with weird compiler / linker issues, it is frequently easier to debug when we have the exact compiler / linker flags that were used. Disable silent rules (ie, run like make V=1) when building under CI.

When CI fails with weird compiler / linker issues, it is frequently
easier to debug when we have the exact compiler / linker flags that
were used.  Disable silent rules (ie, run like make V=1) when building
under CI.

Signed-off-by: Brian Barrett <[email protected]>
@bwbarrett bwbarrett merged commit a9a89d3 into open-mpi:main Oct 21, 2024
15 checks passed
@bwbarrett bwbarrett deleted the misc/disable-silent-rules branch October 21, 2024 23:05
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.

2 participants