Re: RFR: 8263856: Github Actions for macos/aarch64 cross-build [v2]

2021-04-05 Thread Anton Kozlov
> Please review a change that adds cross-compiled macos/aarch64 platform build > into Github Actions test workflow. > > The steps are basically copy-paste of macos/x86-64 build with the necessary > platform name adjustments. A default XCode is also used, as macos/aarch64 > build requires XCode

Integrated: 8264650: Cross-compilation to macos/aarch64

2021-04-05 Thread Anton Kozlov
On Fri, 2 Apr 2021 13:28:31 GMT, Anton Kozlov wrote: > Please review adding necessary flags for cross-compilation on macos/x86 > targeting macos/aarch64. > > All CFLAGS, CXXFLAGS, LDFLAGS need target CPU flag `-arch arm64`. > This patch adds the flag along e.g `-m64`. > > Tested: > * cross-com