-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Fix CI/PR failures in the "Documentation" job #707
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
Fix CI/PR failures in the "Documentation" job #707
Conversation
dc3135a
to
c74fa46
Compare
A recent update in the Linux VM images used by Azure Pipelines surfaced a new problem in the "Documentation" job. Apparently, this warning appears 396 times on `stderr` when running `make doc`: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated This problem was already reported to the `rubygems` project via rubygems/rubygems#3068. As there is nothing Git can do about this warning, and as the "Documentation" job reports this warning as a failure, let's just silence it and move on. Signed-off-by: Johannes Schindelin <[email protected]>
c74fa46
to
be59f18
Compare
/submit |
Submitted as [email protected] |
On the Git mailing list, Taylor Blau wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into pu via db280cc. |
This patch series was integrated into pu via 2c51ec0. |
This patch series was integrated into pu via c47d377. |
This patch series was integrated into next via 4fec291. |
This patch series was integrated into pu via 0de2d14. |
This patch series was integrated into next via 0de2d14. |
This patch series was integrated into master via 0de2d14. |
Closed via 0de2d14. |
It would probably make sense to apply this to
maint
, too, as it will cause CI failures even if there is nothing actionable to be done to really fix this on Git's side.