-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/build: we have no builders for openbsd/arm64 #34035
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
new-builder
OS-OpenBSD
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Comments
bcmills
added
OS-OpenBSD
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Testing
An issue that has been verified to require only test changes, not just a test failure.
new-builder
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Sep 3, 2019
Change https://golang.org/cl/192997 mentions this issue: |
bcmills
removed
the
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
label
Sep 3, 2019
gopherbot
pushed a commit
that referenced
this issue
Sep 3, 2019
Those configurations currently lack builders, and it is not clear to me what state their tests are in. The Go porting policy¹ requires builders for all active ports, so let's not claim support until that requirement is met. ¹https://golang.org/wiki/PortingPolicy#requirements-for-a-new-port Updates #30824 Updates #31656 Updates #34035 Updates #34036 Change-Id: I6496de9d92fb8546048abf139cf10546a47e314b Reviewed-on: https://go-review.googlesource.com/c/go/+/192997 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://golang.org/cl/192998 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Sep 3, 2019
…port on NetBSD and OpenBSD Those configurations currently lack builders, and it is not clear to me what state their tests are in. The Go porting policy¹ requires builders for all active ports, so let's not claim support until that requirement is met. ¹https://golang.org/wiki/PortingPolicy#requirements-for-a-new-port Updates #30824 Updates #31656 Updates #34035 Updates #34036 Change-Id: I6496de9d92fb8546048abf139cf10546a47e314b Reviewed-on: https://go-review.googlesource.com/c/go/+/192997 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> (cherry picked from commit 9f5127b) Reviewed-on: https://go-review.googlesource.com/c/go/+/192998 Run-TryBot: Bryan C. Mills <bcmills@google.com>
t4n6a1ka
pushed a commit
to t4n6a1ka/go
that referenced
this issue
Sep 5, 2019
Those configurations currently lack builders, and it is not clear to me what state their tests are in. The Go porting policy¹ requires builders for all active ports, so let's not claim support until that requirement is met. ¹https://golang.org/wiki/PortingPolicy#requirements-for-a-new-port Updates golang#30824 Updates golang#31656 Updates golang#34035 Updates golang#34036 Change-Id: I6496de9d92fb8546048abf139cf10546a47e314b Reviewed-on: https://go-review.googlesource.com/c/go/+/192997 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
xenoscopic
added a commit
to mutagen-io/mutagen
that referenced
this issue
Jul 12, 2020
While Go will build for these platforms, neither currently has a builder and netbsd/arm64 is apparently broken. It looks like the Go 1.13 release notes were updated to remove the announcement of these ports. Support for netbsd/arm64 is tracked in golang/go#34036 and support for openbsd/arm64 is tracked in golang/go#34035. Signed-off-by: Jacob Howard <jacob@havoc.io>
Change https://golang.org/cl/250117 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
new-builder
OS-OpenBSD
Testing
An issue that has been verified to require only test changes, not just a test failure.
As of CL 174125,
cmd/dist
supportsopenbsd/arm64
(#31656), and the Go 1.13 release notes currently claim that “Go now supports OpenBSD on arm64.”However, as far as I can tell we have no
openbsd/arm64
builders, so that support does not seem to meet the requirements for a new port.We should either get an
openbsd/arm64
builder up and running and verify that it is passing, or remove the claim of support from the release notes.CC @4a6f656c @bradfitz @ianlancetaylor @andybons @toothrot @dmitshur
The text was updated successfully, but these errors were encountered: