-
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.
60149: build: cross-compile when building roachtest tools r=stevendanna a=stevendanna The roachtest, workload, and roachprod tools might need to run on machines with older glibcs than the builder when running the roachtests. By using mkrelease, we ensure that theses are built using the cross-compilation environment that supports older glibc versions. This avoids us having to keep the builder image in line with other images we might use for testing. Release note: None Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
3 changed files
with
40 additions
and
38 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