Changes between Initial Version and Version 1 of Ticket #69661


Ignore:
Timestamp:
Apr 3, 2024, 9:13:02 AM (3 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69661 – Description

    initial v1  
    1 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 being used, for example in the run for [https://github.com/macports/macports-ports/pull/23327 this PR]:
     1source: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 [https://github.com/macports/macports-ports/pull/23327 this PR]:
    22
    33`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 -`