Opened 3 months ago

Last modified 3 months ago

#69661 new defect

Disable Homebrew on Apple Silicon GitHub Actions CI runners — at Version 1

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: admin@…
Priority: Normal Milestone:
Component: server/hosting Version:
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

source:macports-ports/.github/workflows/bootstrap.sh has code that disables the pre-installed Homebrew in /usr/local. But we now have the macOS 14 runner which is on Apple Silicon and on Apple Silicon Homebrew doesn't install in /usr/local; it installs in /opt/homebrew. We haven't disabled that. So Homebrew is still present for our macOS 14 CI builds and it is being used, for example in the run for this PR:

DEBUG: system: cd "/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_textproc_po4a/po4a/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/po4a/po4a-0.71.tar.gz' | /opt/homebrew/bin/gtar --no-same-owner -xf -

Change History (1)

comment:1 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.