Hi,
I am curious about why don't you provide an arm64 version of homebrew to your developers.
To install arm64 homebrew in xcodecloud requires to compile packages from source. After 35 minutes still running ci_scripts/ci_post_clone.sh to install some packages:
arm-brew install coreutils
arm-brew install bash awk grep cat
arm-brew install make
arm-brew install gnu-tar gzip bzip2 xz
arm-brew install automake autoconf m4 libtool
arm-brew install llvm
arm-brew install perl perl-build pod2man python3 meson ninja sqlite libtasn1 openssl libiconv gettext
Further I need continues integration to build universal binaries and libraries. Maybe run the integration test suite, too.
I think xcodecloud should provide arm64 and x86_64 versions of homebrew. Please consider this change.
1
1
132