H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
202 stars 80 forks source link

Downgrade liblzma in vcpkg #1578

Closed dpogue closed 3 months ago

dpogue commented 3 months ago

This is effectively the same fix they're making upstream, but relying on vcpkg.json to pin the version instead of waiting for their baseline change to make it into a release.

You can confirm that it is using the older liblzma version by looking at the log output of the Configure step and checking for output similar to the following at the top of the log:

The following packages will be built and installed:
    [...]
  * liblzma:arm64-macos-plasma@5.4.4 -- /Users/runner/work/Plasma/Plasma/vcpkg/[...]
    [...]

Also had to change how python setuptools are installed on macOS because new GitHub Actions runner images weren't happy with using sudo pip 🙄

BillyONeal commented 3 months ago

Just confirming that this is the exact intent of overrides :)