-
Notifications
You must be signed in to change notification settings - Fork 2.4k
cmd/eg: build tags support #596
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
Conversation
|
This PR (HEAD: 9dff0bd) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/707395. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Nate: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Sean Liao: Patch Set 3: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-28T18:42:09Z","revision":"c82fe0c5c963d048c6b7713c35758cd1b379c056"} Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Sean Liao: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
9dff0bd to
007825d
Compare
|
Message from Alan Donovan: Patch Set 3: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
This PR (HEAD: 007825d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/707395. Important tips:
|
|
Message from Nate: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Alan Donovan: Patch Set 4: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-29T14:45:09Z","revision":"7e587198533cb3d0826f2e16f65270b45ab6a9c6"} Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Alan Donovan: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
Adds a -tags flag to eg, enabling it to respect build constraints. Fixes golang/go#68069
007825d to
15aac75
Compare
|
This PR (HEAD: 15aac75) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/707395. Important tips:
|
|
Message from Alan Donovan: Patch Set 5: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-29T15:59:43Z","revision":"ae707b601fab27e118b4881e73c6d57da7fc8f01"} Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Nate: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Alan Donovan: Patch Set 5: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Go LUCI: Patch Set 5: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
|
Message from Go LUCI: Patch Set 5: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/707395. |
Adds a -tags flag to eg, enabling it to respect build constraints. Resolves golang/go#68069 Change-Id: Ic1a1b833e9431ee4def3a243e4b4531b1bc93b53 GitHub-Last-Rev: 15aac75 GitHub-Pull-Request: #596 Reviewed-on: https://go-review.googlesource.com/c/tools/+/707395 Reviewed-by: Alan Donovan <adonovan@google.com> Auto-Submit: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Amedee <carlos@golang.org>
|
This PR is being closed because golang.org/cl/707395 has been merged. |
Adds a -tags flag to eg, enabling it to respect build constraints.
Resolves golang/go#68069