Commit 40b4b12
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]>1 parent c5a4237 commit 40b4b12
File tree
3 files changed
+15
-4
lines changed- .github/workflows
- build-farm
- platform-specific-configurations
3 files changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
248 | | - | |
| 249 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
| 31 | + | |
28 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| |||
0 commit comments