-
-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add code to cross compile x64 jdk8 on arm64 mac (#3492)
* Add cross compile steps for x64 jdk8 on m1 macs * syntax error * syntax error * resolve linter error * add export * make link to xcode11.7 using - instead of _ * Update build-farm/platform-specific-configurations/mac.sh Co-authored-by: Stewart X Addison <[email protected]> * Update build-farm/platform-specific-configurations/mac.sh Co-authored-by: Stewart X Addison <[email protected]> * debug * wrong uname flag * add MAC_ROSETTA_PREFIX to the echo command * temp fix for xcode switch so I can run the tests with the build * add /opt/homebrew/bin to beginning of PATH jdk8 mac build * add /opt/homebrew/bin to beginning of PATH jdk8 mac build on arm machines * remove debug --------- Co-authored-by: Stewart X Addison <[email protected]>
- Loading branch information
1 parent
c5a4237
commit 40b4b12
Showing
3 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 change looks very spurious