dosbox-staging:kk/macos-ccache-action-1

Last commit made on 2024-03-13
Get this branch:
git clone -b kk/macos-ccache-action-1 https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
kk/macos-ccache-action-1
Repository:
lp:dosbox-staging

Recent commits

93ae979... by Kirk Klobe <email address hidden>

Test small code change for ccache

dd9339d... by Kirk Klobe <email address hidden>

Use ccache action for macOS

f7e89d4... by Kirk Klobe <email address hidden>

Fix macOS CI workflow

The macOS workflow was failing due to conflicts between the macos-13 x64
runner's system-installed Python and homebrew. Downgrading to the macos-12 image
allows it to build. The macos-14 free runner only supports arm64 right now; x64
requires macos-14-large, which isn't available for free yet.

40033e1... by Kirk Klobe <email address hidden>

Use GitHub actions cache for vcpkg

4384454... by Daniel Bomar

Lower PVS allowed warnings

e1156ea... by Daniel Bomar

Fix PVS warning about default initialization

1b46d55... by Daniel Bomar

Ignore PVS warning

It complains about a variable being assigned twice.
It doesn't see that it is being used between assignments through a union.

e578510... by Daniel Bomar

Collapse duplicate if statements

77c7f71... by Daniel Bomar

Remove unused parameter from fatDrive constructor

a5e33aa... by John Novak <email address hidden>

Don't run PVS-Studio in forked PRs