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

Should not scan bottle build jobs for clang warnings #407

Open
scpeters opened this issue Mar 3, 2021 · 0 comments
Open

Should not scan bottle build jobs for clang warnings #407

scpeters opened this issue Mar 3, 2021 · 0 comments

Comments

@scpeters
Copy link
Contributor

scpeters commented Mar 3, 2021

The generic-release-homebrew_triggered_bottle_builder job failed recently with a ruby warning incorrectly interpreted as a clang warning:

We noticed a similar warning in other CI jobs in osrf/homebrew-simulation#1343, and the recommended action to set HOMEBREW_RUBY_WARNINGS="-W0" doesn't help. The bottle builder job shouldn't really be checking for clang warnings; it's only doing so because the job dsl inherits from OSRFBrewCompilationAnyGitHub, which is configured for clang warnings via OSRFBrewCompilation.

If we can just disable the clang warning checks in the bottle builder job, that would be simplest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant