-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Increase build verbosity with go mod download -x #8496
Conversation
But what is more important: this flag was added in Go Similar problem (with Go in |
Darn. The How long will 1.13 be supported? I can withdraw the PR and maybe re-raise when 1.13 support is dropped. |
Actually, judging by that comment looks like the circleci change for macdeps to 1.14 is coming soon: #8391 (comment) . So I'll leave this up. |
Cherry-picked the commit from the other PR to bump the go version in macdeps |
That's probably the last holdout from Go 1.13, and I suspect we can merge this without further problems |
Hi Sam, thanks for the PR. I don't want to merge the 'brew update' change because it adds 4-5 minutes to the build. I think circleci provides a newer mac image than we're using. If we can switch to a new image instead of updating the old one, we should get golang 1.14+ without increased build time. I'll look into switching to a new image today so we can merge this and #8391. |
d0947e8
to
86fa81c
Compare
.circleci/config.yml
Outdated
@@ -12,7 +12,7 @@ defaults: | |||
- image: 'quay.io/influxdb/telegraf-ci:1.15.5' | |||
mac: &mac | |||
macos: | |||
xcode: 11.3.1 | |||
xcode: 12.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Playing around with circleci to make sure I understand it - this bumps the macos version (see commit message).
I updated the golang version for mac ci in #8516. Could you remove changes to .circleci/config.yml and rebase this PR? Thanks! |
86fa81c
to
4ee371e
Compare
Done |
4ee371e
to
1d532d6
Compare
Rebased |
Initial build took several minutes on my machine, and it looked like it was hanging until I added the -x flag.
1d532d6
to
8b0709e
Compare
Rebased again |
Initial build took several minutes on my machine, and it looked like it
was hanging until I added the -x flag.
Required for all PRs: