diff options
| author | Jonathan Amsterdam <jba@google.com> | 2021-02-05 18:04:49 +0000 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2021-02-05 18:38:51 +0000 |
| commit | 33309b4d71458819aec570cf448d2cb6c59e045f (patch) | |
| tree | 93ada8e446938d9f5743eab67f95c273a83664c2 /internal/testing/sample/sample.go | |
| parent | 5289fe63bf336e52e579b0e30c4616bcfe3a31ad (diff) | |
| download | go-x-pkgsite-33309b4d71458819aec570cf448d2cb6c59e045f.tar.xz | |
Revert "internal: support "all" in BuildContext"
This reverts commit 5289fe63bf336e52e579b0e30c4616bcfe3a31ad.
Reason for revert: breaks build
Change-Id: Iedc647645373a2c3e1ddf6a414564edfc4cae406
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/290069
Reviewed-by: Julie Qiu <julie@golang.org>
Trust: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'internal/testing/sample/sample.go')
| -rw-r--r-- | internal/testing/sample/sample.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/testing/sample/sample.go b/internal/testing/sample/sample.go index 72144f89..4df0df6e 100644 --- a/internal/testing/sample/sample.go +++ b/internal/testing/sample/sample.go @@ -62,8 +62,8 @@ var ( Synopsis = "This is a package synopsis" ReadmeFilePath = "README.md" ReadmeContents = "readme" - GOOS = internal.All - GOARCH = internal.All + GOOS = "linux" + GOARCH = "amd64" ) // LicenseCmpOpts are options to use when comparing licenses with the cmp package. |
