mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2027] [MERGED] ci: Add GCC build job for Linux #2448
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#2448
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/2027
Author: @tomboylover93
Created: 1/2/2025
Status: ✅ Merged
Merged: 1/8/2025
Merged by: @georgemoralis
Base:
main← Head:gcc-ci📝 Commits (10+)
ff0de73Add GCC CI build job9d885d0gcc-ci: Change Clang CI job naming to avoid confusionbddecc5Merge branch 'shadps4-emu:main' into gcc-cib4f441eMerge branch 'shadps4-emu:main' into gcc-cib30675egcc-ci: Remove GCC CI job from pre-release85f8052gcc-ci: Remove -clang prefix from Clang build jobs9a6bc2dhot-fix7408a54Merge branch 'shadps4-emu:main' into gcc-ci2856fbeMerge branch 'shadps4-emu:main' into gcc-ci07c5779specify gcc-14📊 Changes
1 file changed (+72 additions, -0 deletions)
View changed files
📝
.github/workflows/build.yml(+72 -0)📄 Description
As described in this reply for issue #1994, the idea behind this is to catch compilation errors with GCC, especially with new PRs, so that they can be fixed before being merged. A lot of people on Arch Linux use the shadps4-git PKGBUILD, which does not explicitly use Clang as the compiler and often causes compilation issues. This could also help with code quality as GCC is a more fleshed out compiler and less "tolerant" with errors than Clang.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.