-
Notifications
You must be signed in to change notification settings - Fork 519
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
Building with SDK v0.37.0 fails fetch-vendored task due to missing GOPROXY #3698
Building with SDK v0.37.0 fails fetch-vendored task due to missing GOPROXY #3698
Comments
I haven't looked yet at what |
SDK v0.36.1 has a default
SDK v0.37.0 does not:
Wondering if the error message ( |
From https://cs.opensource.google/go/go/+/7aa85e01376d840acc8bb931156d607a00b64a60
It would seem we need to package |
This diff for
I haven't run the full matrix of SDK builds yet to be able to actually test a build of Bottlerocket, but the output of |
Platform I'm building on: Fedora 36 on x86_64
What I expected to happen: With the current
develop
branch after merging #3690, I expectedcargo make -e BUILDSYS_VARIANT=metal-dev
to succeed.What actually happened: The
fetch-vendored
task fails withgithub.com/aws/aws-sdk-go/aws: GOPROXY list is not the empty string, but contains no entries
and similar entries:How to reproduce the problem: Have no
GO*
environment variables set (ensureenv | grep ^GO
is empty), nogo.env
file is present, and thencargo make
.The text was updated successfully, but these errors were encountered: