mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #622] [MERGED] ci: enable cmake cache on all platforms (SDL/Qt) #1672
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1672
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/622
Author: @LeDragoX
Created: 8/27/2024
Status: ✅ Merged
Merged: 9/6/2024
Merged by: @psucien
Base:
main← Head:cache-actions📝 Commits (1)
22d7024ci: enable cmake cache on all platforms (SDL/Qt)📊 Changes
6 files changed (+107 additions, -5 deletions)
View changed files
📝
.github/workflows/linux-qt.yml(+21 -2)📝
.github/workflows/linux.yml(+20 -1)📝
.github/workflows/macos-qt.yml(+22 -1)📝
.github/workflows/macos.yml(+22 -1)📝
.github/workflows/windows-qt.yml(+11 -0)📝
.github/workflows/windows.yml(+11 -0)📄 Description
This PR aims to improve build times in CI, Linux and macOS building steps have improved by a LOT!
Unfortunately, Windows still can't cache, even using sccache with MSVC.
Changes:
I'm done with it.Known Issues:
Using same cache name/hash for each OS will create new bugs like macOS-sdl trying to build with Qt.(Fixed)mingw-w64-x86_64-ccacheormingw-w64-x86_64-sccacheUsing CCache with macOS will break the actions.Fixed by using sccache instead.There are some regression for some tests, but the most results are beneficial to CI building time.Update: the regressions for Windows and macOS were fixed, and brings about a minute less of compile time.
Comparisons:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.