Skip to content

Fix the CI/PR build failures in the "Documentation" job #245

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

Conversation

dscho
Copy link
Member

@dscho dscho commented Feb 12, 2020

This is a companion to git#707 and will fix e.g. the PR build failure in #244.

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]>
@dscho dscho requested a review from derrickstolee February 12, 2020 13:50
@dscho dscho merged commit 0ace4e8 into microsoft:vfs-2.25.0 Feb 13, 2020
@dscho dscho deleted the workaround-for-rubygems-using-deprecated-component branch February 13, 2020 09:14
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

Successfully merging this pull request may close these issues.

2 participants