-
Notifications
You must be signed in to change notification settings - Fork 576
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#3002: Build ARM, AArch64, and Android cronbuild packages (#4090)
Adds jobs to the Travis cronbuild matrix to build ARM, AArch64, and Android packages. Adds toolchain setting based on the existing env var and parameter scheme into package.cmake to match runsuite.cmake. Adds logic to exclude the Dr. Memory build for AArch64. Adds ignoring of a "git tag" failure to handle races among the four jobs. Adds the 32_only and 64_only args to package.cmake to match runsuite.cmake. Fixes the Windows Dr. Memory checkout directory. Makes a Dr. Memory embedded build location error fatal. Adds proper naming of cross-compiled packages, including adding a new PACKAGE_SUBSYS CMake variable for setting -EABIHF, etc. suffixes. Issue: #2861 Fixes #3002
- Loading branch information
1 parent
47ea6ac
commit 3378573
Showing
6 changed files
with
104 additions
and
18 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
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