[mythtv-commits] [MythTV/mythtv] 327d13: GitHub Actions (macOS): persist ccache's cache bet...

Scott Theisen noreply at github.com
Fri Jan 21 01:41:12 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 327d13e247684d86b13b0e699204891b3af50e4e
      https://github.com/MythTV/mythtv/commit/327d13e247684d86b13b0e699204891b3af50e4e
  Author: Scott Theisen <36139124+ulmus-scott at users.noreply.github.com>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M .github/workflows/buildmaster.yml

  Log Message:
  -----------
  GitHub Actions (macOS): persist ccache's cache between runs (#457)

* debug ccache

* GitHub Actions: fix ccache macOS directory

The default is different from linux, so create a separate task for macOS.

* GitHub Actions: make ccache statistics permanent

The other debugging commands I added weren't really necessary.

ccache terminates with the -V option before executing subsequent options,
so put it last.  -p was unnecessary since -s shows the cache directory.

* GitHub Actions: set CCACHE_DIR=$HOME/.ccache

Force directory instead of using default install directory, which may differ
depending on the package used.

CCACHE_DIR=~/.ccache doesn't work.

* GitHub Actions: force rebuild

by removing trailing whitespace




More information about the mythtv-commits mailing list