mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2173] [MERGED] ci: Don't use the same cache for clang and gcc on linux #2534
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#2534
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/2173
Author: @LeDragoX
Created: 1/17/2025
Status: ✅ Merged
Merged: 1/17/2025
Merged by: @georgemoralis
Base:
main← Head:ci-linux-cache-fix📝 Commits (1)
49c2e2cci: Don't use the same cache for clang and gcc on linux📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
.github/workflows/build.yml(+4 -4)📄 Description
The workflow runs for
Linux-sdlandLinux-qtare taking too much time, I think one of the reasons is that the newlinux-sdl/qt-gcc(#2027) pipelines are using the same cache from the default ones, so by renaming the cache specifically for thegccpipelines should shorten the time from the Workflow runs.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.