-
Notifications
You must be signed in to change notification settings - Fork 18k
all: add start of netbsd/arm64 support #29398
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
Conversation
This PR (HEAD: 0a55384) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/155739 to see it. Tip: You can toggle comments from me using the |
Message from Gobot Gobot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Agniva De Sarker: Patch Set 1: Is there an issue tracking this ? If not, might be good to open one and plan this. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
This PR (HEAD: 06356af) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/155739 to see it. Tip: You can toggle comments from me using the |
Message from Daniel Martí: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 4: TryBots beginning. Status page: https://farmer.golang.org/try?commit=fa917a94 Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 4: Build is still in progress... Consult https://build.golang.org/ to see whether it's a new failure. Other builds still in progress; subsequent failure notices suppressed until final report. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 4: TryBot-Result-1 1 of 19 TryBots failed: Consult https://build.golang.org/ to see whether they are new failures. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Daniel Martí: Patch Set 4: Please rebase to fix the vet failure :) Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Brad Fitzpatrick: Patch Set 5: Patch Set 4 was rebased Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Brad Fitzpatrick: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 5: TryBots beginning. Status page: https://farmer.golang.org/try?commit=f22b162e Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 5: Build is still in progress... Consult https://build.golang.org/ to see whether it's a new failure. Other builds still in progress; subsequent failure notices suppressed until final report. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 5: TryBot-Result-1 2 of 19 TryBots failed: Consult https://build.golang.org/ to see whether they are new failures. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Benny Siegert: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Brad Fitzpatrick: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
This PR (HEAD: bee80d1) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/155739 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 23426ec) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/155739 to see it. Tip: You can toggle comments from me using the |
Message from Benny Siegert: Patch Set 7: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 7: TryBots beginning. Status page: https://farmer.golang.org/try?commit=cb001a47 Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 7: Build is still in progress... Other builds still in progress; subsequent failure notices suppressed until final report. Consult https://build.golang.org/ to see whether they are new failures. Keep in mind that TryBots currently test exactly your git commit, without rebasing. If your commit's git parent is old, the failure might've already been fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 7: TryBot-Result-1 3 of 20 TryBots failed: Consult https://build.golang.org/ to see whether they are new failures. Keep in mind that TryBots currently test exactly your git commit, without rebasing. If your commit's git parent is old, the failure might've already been fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Currently we support linux and darwin. !linux == darwin. This might be useful for the BSDs.
This works well enough to run basic commands natively.
Allows us to stop whitelisting this error on many OS/arch combinations
This PR (HEAD: 5e3008f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/155739 to see it. Tip: You can toggle comments from me using the |
sorry, I messed up git stuff. I am adding #31583 to this pull request to see if the try-bots pass then. (I'm not sure if I'm running it right locally) |
Message from Benny Siegert: Patch Set 8: Run-TryBot+1 Let's try this again Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 8: TryBots beginning. Status page: https://farmer.golang.org/try?commit=1c4ca50a Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 8: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
This PR (HEAD: ebc62b6) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/155739 to see it. Tip: You can toggle comments from me using the |
Message from Benny Siegert: Patch Set 9: Run-TryBot+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 9: TryBots beginning. Status page: https://farmer.golang.org/try?commit=3def6e04 Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
This PR (HEAD: b01b105) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/155739 to see it. Tip: You can toggle comments from me using the |
Message from Gobot Gobot: Patch Set 9: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Benny Siegert: Patch Set 10: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 10: TryBots beginning. Status page: https://farmer.golang.org/try?commit=d8d441a1 Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
Message from Gobot Gobot: Patch Set 10: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/155739. |
This works well enough to run some code natively on arm64, but not well enough for more complicated code. I've been suggested to start a pull request anyway. Updates #30824 Change-Id: Ib4f63e0e8a9edfc862cf65b5f1b0fbf9a8a1628e GitHub-Last-Rev: b01b105 GitHub-Pull-Request: #29398 Reviewed-on: https://go-review.googlesource.com/c/go/+/155739 Run-TryBot: Benny Siegert <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Benny Siegert <[email protected]>
This PR is being closed because golang.org/cl/155739 has been merged. |
This works well enough to run some code natively on arm64, but not well enough for more complicated code. I've been suggested to start a pull request anyway.
Updates #30824