Skip to content

Commit e1fb8e4

Browse files
author
Bryan C. Mills
committed
cmd/go: include "gccgo stdlib" in lost build action check
Fixes #32060 Change-Id: I49ab48a9bdd64a7ed777a045e2d92d28a37b5c0b Reviewed-on: https://go-review.googlesource.com/c/go/+/177600 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 48b7bdd commit e1fb8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/internal/work/action.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ func (b *Builder) CompileAction(mode, depMode BuildMode, p *load.Package) *Actio
430430
// by the install action during (*Builder).installAction.
431431
buildAction := a
432432
switch buildAction.Mode {
433-
case "build", "built-in package":
433+
case "build", "built-in package", "gccgo stdlib":
434434
// ok
435435
case "build-install":
436436
buildAction = a.Deps[0]

0 commit comments

Comments
 (0)