mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #985] [MERGED] Cache Windows CIs, solution by @Artalus #1864
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#1864
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/985
Author: @LeDragoX
Created: 9/19/2024
Status: ✅ Merged
Merged: 9/19/2024
Merged by: @georgemoralis
Base:
main← Head:cache-windows📝 Commits (4)
1d1c762ci: Add ccache with ninja generator for Windows builds40d725aci: Don't include d3d and dxc compiler DLLsf15f39cci: Simplify cache steps names and key names0a7152cCI trigger📊 Changes
6 files changed (+51 additions, -25 deletions)
View changed files
📝
.github/workflows/linux-qt.yml(+4 -4)📝
.github/workflows/linux.yml(+4 -4)📝
.github/workflows/macos-qt.yml(+4 -4)📝
.github/workflows/macos.yml(+4 -4)📝
.github/workflows/windows-qt.yml(+18 -5)📝
.github/workflows/windows.yml(+17 -4)📄 Description
Windows CI time was too slow, so our hero @Artalus managed to find a way to use Ninja generator with
ccacheand bring down the build time to ~4/5 min.Extra changes
Expect all caches to be regenerated, so the first run is not cached and will be around ~10min.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.