-
Notifications
You must be signed in to change notification settings - Fork 581
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
unix: regenerate all definitions on FreeBSD 12.1 on {386,amd64,arm64} #63
Conversation
This PR (HEAD: ba6e9cb) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/223698 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
This PR (HEAD: 51ef006) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/223698 to see it. Tip: You can toggle comments from me using the |
Message from Ed Schouten: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Tobias Klauser: Patch Set 3: Run-TryBot+1 TRY=freebsd-amd64, freebsd-386, freebsd-arm64 Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Gobot Gobot: Patch Set 3: SlowBots beginning. Status page: https://farmer.golang.org/try?commit=b971d72d Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Gobot Gobot: Patch Set 3: TryBot-Result-1 1 of 16 SlowBots 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.Extra slowbot builds that ran:
Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Tobias Klauser: Patch Set 3:
Looks like this depends on CL 223697 Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
This PR (HEAD: 96f5be0) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/223698 to see it. Tip: You can toggle comments from me using the |
Message from Ed Schouten: Patch Set 3:
Exactly! Just rebased it on top of that. Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Tobias Klauser: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Gobot Gobot: Patch Set 4: SlowBots beginning. Status page: https://farmer.golang.org/try?commit=ad450d34 Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Gobot Gobot: Patch Set 4: TryBot-Result+1 SlowBots are happy.
Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Tobias Klauser: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
I just created a couple of virtual machines/QEMU instances containing stock copies of FreeBSD 12.1-RELEASE. On these systems I ran mkall.sh, thereby bringing the definitions in sync with that version of FreeBSD. I also attempted to bring the GOOS=freebsd GOARCH=arm port up to date, but was unfortunately not able to do so. There doesn't seem to be any documentation on how to bring this port of FreeBSD up on an emulator. The only option seems to be to use physical hardware.
This PR (HEAD: ad79b1b) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/223698 to see it. Tip: You can toggle comments from me using the |
Message from Ed Schouten: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Tobias Klauser: Patch Set 5: Run-TryBot+1 TRY=freebsd-386, freebsd-amd64, freebsd-arm64 Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Gobot Gobot: Patch Set 5: SlowBots beginning. Status page: https://farmer.golang.org/try?commit=4645159d Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
Message from Gobot Gobot: Patch Set 5: TryBot-Result+1 SlowBots are happy.
Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
I just created a couple of virtual machines/QEMU instances containing stock copies of FreeBSD 12.1-RELEASE. On these systems I ran mkall.sh, thereby bringing the definitions in sync with that version of FreeBSD. I also attempted to bring the GOOS=freebsd GOARCH=arm port up to date, but was unfortunately not able to do so. There doesn't seem to be any documentation on how to bring this port of FreeBSD up on an emulator. The only option seems to be to use physical hardware. Change-Id: I54c9f5d15587996ad5fbb535480ab0aa0e723260 GitHub-Last-Rev: ad79b1b GitHub-Pull-Request: #63 Reviewed-on: https://go-review.googlesource.com/c/sys/+/223698 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Tobias Klauser <[email protected]>
Message from Tobias Klauser: Patch Set 5: Code-Review+2 Thanks! Please don’t reply on this GitHub thread. Visit golang.org/cl/223698. |
This PR is being closed because golang.org/cl/223698 has been merged. |
I just created a couple of virtual machines/QEMU instances containing
stock copies of FreeBSD 12.1-RELEASE. On these systems I ran mkall.sh,
thereby bringing the definitions in sync with that version of FreeBSD.
I also attempted to bring the GOOS=freebsd GOARCH=arm port up to date,
but was unfortunately not able to do so. There doesn't seem to be any
documentation on how to bring this port of FreeBSD up on an emulator.
The only option seems to be to use physical hardware.