-
-
Notifications
You must be signed in to change notification settings - Fork 12.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
go 1.15.7 #69337
go 1.15.7 #69337
Conversation
Big Sur:
Catalina:
Mojave:
|
ARM: Error: 192 failed steps!
Of the ARM failures, it looks like only |
The
This happens in all four CI nodes. Seems like this is more of a problem with the Git API? Ping @SeekingMeaning |
Ack. Yes, kustomize should be calling Utils.git_head in the root buildpath directory |
Same with |
Test failures from Homebrew/homebrew-core#69337 on GitHub runners.
Testing |
Big Sur runner still queued. |
Errors on the Mojave CI node also look similar to the errors I'm seeing on Catalina/Big Sur (both in the test runs here and on the GitHub runners with the old Go formula). |
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.
Regressions don't look like they were caused by this PR.
Thanks, @leonklingele!
Ahh, I'm 17minutes to late to open this PR- thank you! |
@leonklingele opened this PR two days ago, so 17 minutes earlier wouldn't have helped. 🙃 We could use some with trying to fix |
Grv is deprecated license. Is a valid fix to replace gpl3 with just gpl? |
The build issue for GRV is here: rgburke/grv#107 |
If it's still GPL3 then it needs to be replaced with
Aha; thanks for tracking that down. It seems to be a recurring build problem. We may need to disable it at some point. |
Charm looks like #68532 which is stuck on ARM? On local build:
|
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?