-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Tracking issue as we add support for arm64 CI machines
- Add
arm64_*
labels tobrew_supported_distros
in brew_release.dsl when ready to build bottles (example bottle labels for reference)-
arm64_sonoma
brew_release.dsl: support arm64_sonoma bottles #1364 -
arm64_sequoia
-
- Configure
PATH
differently for each arch (/usr/local
for intel,/opt/homebrew/bin
for arm64) usingbrew shellenv
(see brew installation docs). Remove all hard-coded references to/usr/local
from brew scripts-
release-tools/jenkins-scripts/lib/_homebrew_cleanup.bash
Lines 6 to 11 in 9b9f9b8
rm -fr /usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby ${BREW_BINARY} update-reset ${BREW_BINARY} vendor-install ruby } BREW_BINARY_DIR=/usr/local/bin -
export HOMEBREW_PREFIX=/usr/local -
export PATH="/usr/local/bin:$PATH" -
export HOMEBREW_PREFIX=/usr/local -
BREW_BINARY_DIR=/usr/local/bin
-
Metadata
Metadata
Assignees
Labels
No labels