x/build: linux image is missing openal #12183
Closed
Comments
I added openal to the the list-x86-std Dockerfile but didn't perform the process to build a new image out of it https://go-review.googlesource.com/12891 |
In the future, don't submit Dockerfile changes until they've been tested & deployed on the staging instance. |
I see. Sorry for submitting it without properly testing it. |
Should we close this issue now? |
Not yet. @evandbrown just about has Kubernetes builders working, and it's using the new Dockerfile image with these libraries, so let's wait to close this until that works. |
Fixed by @eliasnaur recently in https://go-review.googlesource.com/c/build/+/164658 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The linux/amd64 builder fails testing x/mobile with
http://build.golang.org/log/4bbb065ef9b14874e7ed52fe2034e02eff32cc53
It may be that the test should be resilient to the library being missing so that users can run go test golang.org/x/mobile/..., but we should also be testing this code on the builders, which means the linux image needs a copy of OpenAL installed.
/cc @rakyll @adg
The text was updated successfully, but these errors were encountered: