mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #2844] [MERGED] ci: Bump Clang to 19 for Linux builds, align LLVM repository with runner version #3021
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#3021
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/2844
Author: @MajorP93
Created: 4/25/2025
Status: ✅ Merged
Merged: 4/25/2025
Merged by: @squidbus
Base:
main← Head:clang-19📝 Commits (2)
dd74886ci: Bump Clang to 19 for Linux builds279925dci: Use noble variant of LLVM repository📊 Changes
1 file changed (+15 additions, -5 deletions)
View changed files
📝
.github/workflows/build.yml(+15 -5)📄 Description
PR #2434 was intended to bump Clang to 19.
In reality it made sure clang-format-19 is being used and performed the changes required to make builds succeed when using Clang 19.
Linux builds kept using Clang 18.
This PR makes sure that Clang 19 is actually being used for Linux builds which makes sense since we use Clang 19 for Windows builds already (since Visual Studio 17.13 Clang 19 is being shipped).
Since Ubuntu repository only contains Clang 18, we add the LLVM repository in order to install Clang 19.
This PR also aligns the LLVM repository version with the runner's Ubuntu version.
Runner has been bumped to 24.04 in the past but the old LLVM repository was kept.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.