Skip to content
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

cmd/go: module source tree too big for github.com/pulumi/pulumi-azure-native/sdk #51175

Closed
burhan opened this issue Feb 13, 2022 · 2 comments
Closed
Labels
FrozenDueToAge GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@burhan
Copy link

burhan commented Feb 13, 2022

What version of Go are you using (go version)?

$ go version
go version go1.17.7 windows/amd64

Does this issue reproduce with the latest release?

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\burhan\AppData\Local\go-build
set GOENV=C:\Users\burhan\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Users\burhan\go\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\burhan\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=C:\Program Files\Go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=C:\Program Files\Go\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.17.7
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=NUL
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\burhan\AppData\Local\Temp\go-build1513202360=/tmp/go-build -gno-record-gcc-switches

What did you do?

This is a duplicate of #29210, #25470 and #25470, but as mentioned in this comment opening a new issue here.

Reported at the Pulumi repo as pulumi/pulumi-azure-native#1502

@ianlancetaylor ianlancetaylor changed the title affected/package: github.com/pulumi/pulumi-azure-native/sdk cmd/go: module source tree too big for github.com/pulumi/pulumi-azure-native/sdk Feb 13, 2022
@ianlancetaylor ianlancetaylor added GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Feb 13, 2022
@ianlancetaylor ianlancetaylor added this to the Go1.19 milestone Feb 13, 2022
@ianlancetaylor
Copy link
Contributor

CC @bcmills @matloob

@bcmills
Copy link
Contributor

bcmills commented Feb 14, 2022

From pulumi/pulumi-azure-native#1502 (comment) it sounds like this is being resolved by the maintainers of that module. I appreciate the data point, but I think at this point we don't need to make a cmd/go change to accommodate it.

@bcmills bcmills closed this as completed Feb 14, 2022
@golang golang locked and limited conversation to collaborators Feb 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants