Changeset 271426 in webkit


Ignore:
Timestamp:
Jan 12, 2021 8:14:28 PM (3 years ago)
Author:
commit-queue@webkit.org
Message:

Invoke ccache properly on macOS aarch64
https://bugs.webkit.org/show_bug.cgi?id=220497

Patch by Tetsuharu Ohzeki <Tetsuharu Ohzeki> on 2021-01-12
Reviewed by Darin Adler.

For macOS aarch64, the current homebrew recommends to install homebrew to /opt/homebrew.
https://docs.brew.sh/Installation

This patch adds it to the list which ccache-wrapper searches.

  • ccache/ccache-wrapper:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r271424 r271426  
     12021-01-12  Tetsuharu Ohzeki  <tetsuharu.ohzeki@gmail.com>
     2
     3        Invoke ccache properly on macOS aarch64
     4        https://bugs.webkit.org/show_bug.cgi?id=220497
     5
     6        Reviewed by Darin Adler.
     7
     8        For macOS aarch64, the current homebrew recommends to install homebrew to `/opt/homebrew`.
     9        https://docs.brew.sh/Installation
     10
     11        This patch adds it to the list which `ccache-wrapper` searches.
     12
     13        * ccache/ccache-wrapper:
     14
    1152021-01-12  BJ Burg  <bburg@apple.com>
    216
  • trunk/Tools/ccache/ccache-wrapper

    r268475 r271426  
    4141try /usr/local
    4242try /opt/brew
     43try /opt/homebrew
    4344try "${HOMEBREW_TEMP}/../brew"
    4445try "${HOMEBREW_TEMP}/../../brew"
Note: See TracChangeset for help on using the changeset viewer.