-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
60635: build: cross-compile the `workload` binary r=rickystewart a=rickystewart We tried to address cockroachdb/dev-inf#300 with `110fa0d391f838287a13647aa5f94940ebe175cd`, which cross-compiled *all* binaries. This didn't work, since some binaries that are cross-compiled need to run on the host (rather than target) machine. Instead, we take a more targeted approach, cross-compiling only `bin/workload`, which is what's failing to get compiled correctly in this case. I validated that roachtests pass with the latest builder image with this change, and that we can still cross-compile to non-Linux systems as well. Ref: 80a8344 Release note: None Co-authored-by: Steven Danna <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
5 changed files
with
15 additions
and
4 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