-
Notifications
You must be signed in to change notification settings - Fork 153
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
Intermittent build failures in CI #1179
Comments
See golang/go#26186 (comment). Last I checked, CircleCI environment reports 36 CPUs available, but then the Docker environment only has 2 available. That makes Go try to do too much in parallel during Assuming you don't want to modify the Makefile, you can edit .circle/config.yml to set the environment variable |
Thanks for this tip, I'll try that. |
Golang build failure occurs when unit_test in circleci. Please refer to the following link. influxdata/flux#1179
The build seems to be failing, but only sometimes, since the compiler was upgraded:
https://circleci.com/gh/influxdata/workflows/flux/tree/master
I attempted to fix new errors reported by
staticcheck
andgo vet
, but there are still mysterious build failures when running tests.At this time the most recent build passed, but the previous one failed
test-race
with only this:The text was updated successfully, but these errors were encountered: