Increase build verbosity with go mod download -x#8496
Increase build verbosity with go mod download -x#8496ssoroka merged 1 commit intoinfluxdata:masterfrom
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
| mac: &mac | ||
| macos: | ||
| xcode: 11.3.1 | ||
| xcode: 12.2.0 |
There was a problem hiding this comment.
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: