x/build: number of test failures #22254
Open
Labels
Milestone
Comments
These may be good issues for beginners; here's the
|
What do you think is best for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In lieu of an automated builder, I run the x/build tests in Travis CI. @andybons has fixed two problems with cmd/cl and with cloud.google.com depedencies, but this has revealed a number of underlying test failures:
TestCorpusCheck
causes the entire Go corpus to download to the test instance, which eventually runs out of memory.Also, we need to update the
go-github
version for thegitmirror
Docker file, I believe; IsPullRequest was added very recently.The text was updated successfully, but these errors were encountered: