[PR #2027] [MERGED] ci: Add GCC build job for Linux #2448

Closed
opened 2026-02-27 21:16:33 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: gcc-ci


📝 Commits (10+)

  • ff0de73 Add GCC CI build job
  • 9d885d0 gcc-ci: Change Clang CI job naming to avoid confusion
  • bddecc5 Merge branch 'shadps4-emu:main' into gcc-ci
  • b4f441e Merge branch 'shadps4-emu:main' into gcc-ci
  • b30675e gcc-ci: Remove GCC CI job from pre-release
  • 85f8052 gcc-ci: Remove -clang prefix from Clang build jobs
  • 9a6bc2d hot-fix
  • 7408a54 Merge branch 'shadps4-emu:main' into gcc-ci
  • 2856fbe Merge branch 'shadps4-emu:main' into gcc-ci
  • 07c5779 specify 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2027 **Author:** [@tomboylover93](https://github.com/tomboylover93) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/8/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `gcc-ci` --- ### 📝 Commits (10+) - [`ff0de73`](https://github.com/shadps4-emu/shadPS4/commit/ff0de73d028999cd12616744c6364224b7d215a8) Add GCC CI build job - [`9d885d0`](https://github.com/shadps4-emu/shadPS4/commit/9d885d08b46b4b7cbe496b0e8d15d3f21423e435) gcc-ci: Change Clang CI job naming to avoid confusion - [`bddecc5`](https://github.com/shadps4-emu/shadPS4/commit/bddecc55b8213453c99a961410a2129366db2689) Merge branch 'shadps4-emu:main' into gcc-ci - [`b4f441e`](https://github.com/shadps4-emu/shadPS4/commit/b4f441e60518d37ef8e3ec2352ae7a6a0c5ff172) Merge branch 'shadps4-emu:main' into gcc-ci - [`b30675e`](https://github.com/shadps4-emu/shadPS4/commit/b30675ec073f565ead9ac503b292cbbe864d1453) gcc-ci: Remove GCC CI job from pre-release - [`85f8052`](https://github.com/shadps4-emu/shadPS4/commit/85f805219cb2654f7b0aa1a736b8566235e7d77a) gcc-ci: Remove -clang prefix from Clang build jobs - [`9a6bc2d`](https://github.com/shadps4-emu/shadPS4/commit/9a6bc2d615502ddc7cc9f4ed4168de624a7b2f9b) hot-fix - [`7408a54`](https://github.com/shadps4-emu/shadPS4/commit/7408a549e8b1d1d942bb0bdab1c50555751d4fa2) Merge branch 'shadps4-emu:main' into gcc-ci - [`2856fbe`](https://github.com/shadps4-emu/shadPS4/commit/2856fbedb234c36a9c3d75b9dca5f5c27d9f0637) Merge branch 'shadps4-emu:main' into gcc-ci - [`07c5779`](https://github.com/shadps4-emu/shadPS4/commit/07c5779965349ef891b115fe5f79e3e9ef055537) specify gcc-14 ### 📊 Changes **1 file changed** (+72 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+72 -0) </details> ### 📄 Description As described in [this reply](https://github.com/shadps4-emu/shadPS4/issues/1994#issuecomment-2567179425) 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2448
No description provided.