forked from golang/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/relui: migrate Go installer construction off old builders
Move installer construction to happen in the same place that installer signing already happens, under the ConstructInstallerOnly build types that CL 550320 added. Reuse the minimal xar parser that Russ implemented in cmd/gorebuild for extracting signed binaries (that need to be inserted into the .tar.gz) from a signed .pkg installer. This lets us drop the Xcode dependency for that task and have it run as part of relui on secured machines used only for release orchestration. Delete the unused previous code and supporting files for building installers, since what's used now is in the internal/installer packages that CL 550321 added. For golang/go#63147. Change-Id: If8b207b7e3739052bc6d5f8ac13bbe5a05b50e0c Cq-Include-Trybots: luci.golang.try:x_build-gotip-linux-amd64-longtest-race Reviewed-on: https://go-review.googlesource.com/c/build/+/552016 Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information
Showing
13 changed files
with
549 additions
and
980 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
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.