Skip to content

Commit

Permalink
cmd/go: enable test build concurrent backend on darwin/arm64
Browse files Browse the repository at this point in the history
After CL 353871, darwin/arm64 now do concurrent build, so enable the
test for it.

Updates golang#48490

Change-Id: I29336f6fc7d7d2f463d8ad2a620534bd7f048d2c
Reviewed-on: https://go-review.googlesource.com/c/go/+/353949
Trust: Cuong Manh Le <[email protected]>
Run-TryBot: Cuong Manh Le <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Bryan C. Mills <[email protected]>
  • Loading branch information
cuonglm committed Oct 5, 2021
1 parent 81b7ec1 commit 123393a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cmd/go/testdata/script/build_concurrent_backend.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Tests golang.org/issue/48490
# cmd/go should enable concurrent compilation by default

# Skip test on darwin/arm64, see #48496.
# TODO(cuonglm): remove this once #48496 is fixed.
[darwin] [arm64] skip

# Reset all experiments, since one of them can disable
# concurrent compilation, e.g: fieldtrack.
env GOEXPERIMENT=none
Expand Down

0 comments on commit 123393a

Please sign in to comment.