-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dashboard, cmd/coordinator: remove Joyent builders
Joyent.com is shutting down their public cloud, so we no longer have our GOOS=solaris or GOOS=illumos builders there. Maybe somebody will find a new place to run them. Or maybe the ports will be abandoned. We'll see. Updates golang/go#15581 Change-Id: I0590227ce61b6b298b6aa4554e5e3bc9e4c464b5 Reviewed-on: https://go-review.googlesource.com/c/build/+/200219 Reviewed-by: Dmitri Shuralyov <[email protected]>
- Loading branch information
Showing
9 changed files
with
4 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -368,16 +368,6 @@ func TestBuilderConfig(t *testing.T) { | |
{b("[email protected]", "net"), none}, | ||
{b("[email protected]", "mobile"), none}, | ||
|
||
// Illumos starts at Go 1.13 | ||
{b("illumos-amd64-joyent", "go"), onlyPost}, | ||
{b("illumos-amd64-joyent", "net"), onlyPost}, | ||
{b("illumos-amd64-joyent", "sys"), onlyPost}, | ||
{b("[email protected]", "go"), onlyPost}, | ||
{b("[email protected]", "go"), none}, | ||
{b("[email protected]", "sys"), none}, | ||
{b("[email protected]", "go"), none}, | ||
{b("[email protected]", "sys"), none}, | ||
|
||
{b("linux-amd64-nocgo", "mobile"), none}, | ||
|
||
// Virtual mobiledevices | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.