blob: a279fed9dc1beda580292be35d97e4082f94f599 [file] [log] [blame]
# 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
env GOMAXPROCS=4
go build -n -x -a fmt
stderr ' -c=4 '