We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
HOMEBREW_RUBY_WARNINGS="-W0"
If we can just disable the clang warning checks in the bottle builder job, that would be simplest.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: