-
Notifications
You must be signed in to change notification settings - Fork 18k
x/website: build broken since CL 322790 #46501
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
Comments
(Release blocker via #11811.) |
To provide clarity, the build is considered to fail because coordinator runs In this case, no packages are matched in the blog and go.dev nested modules because their go.mod file hasn't been updated to the newer module path after the move to x/website:
Russ has already included a fix in a stack of CLs, I'll get to reviewing it soon. |
Change https://golang.org/cl/324411 mentions this issue: |
Change https://golang.org/cl/324395 mentions this issue: |
For golang/go#46501. Change-Id: Ie2adbc3536570e66ffda1227ffd4431fe4bf870a Reviewed-on: https://go-review.googlesource.com/c/website/+/324411 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Website-Publish: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
The supporting packages (pic, reader, tree, wc) are still in golang.org/x/tour, so delete these copies. Fix the remaining references in local.go to use golang.org/x/website/tour instead of golang.org/x/tour to find the content files. While we are here, make go test ./... considerably faster by parallelizing TestContent. For golang/go#46501. Change-Id: Ia80161830f5f2f87fb6e39a0ee39c4b176fb425b Reviewed-on: https://go-review.googlesource.com/c/website/+/324395 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Website-Publish: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://golang.org/cl/324510 mentions this issue: |
The site will never run on Windows, but keeping the tests passing makes the x/website TryBots happy, and it is easy to do. Fixes golang/go#46501. Change-Id: Ib9ea07dc4164fbea38b7624c32a6f46d7bab6739 Reviewed-on: https://go-review.googlesource.com/c/website/+/324510 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Website-Publish: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
https://build.golang.org/log/777f4be48c19e0f1f4b2ebf33996073bc16b648f:
It's not obvious to me whether this is a problem in the
x/website
repo or something to do with howcmd/coordinator
identifies which modules to test.CC @golang/release
The text was updated successfully, but these errors were encountered: