[PR #992] [MERGED] Add full support for arm build linking #999

Closed
opened 2026-02-15 15:57:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/992
Author: @13xforever
Created: 4/5/2025
Status: Merged
Merged: 4/5/2025
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • 4a2a44b upgrade deps
  • 933b224 use image blurhash for rate command for better ratings
  • afbd39e add arm build downloads

📊 Changes

21 files changed (+473 additions, -197 deletions)

View changed files

📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+1 -1)
📝 Clients/CompatApiClient/Client.cs (+32 -17)
Clients/CompatApiClient/POCOs/UpdateCheckResult.cs (+47 -0)
Clients/CompatApiClient/POCOs/UpdateInfo.cs (+0 -27)
Clients/CompatApiClient/UpdateInfo.cs (+96 -0)
📝 Clients/GithubClient/Client.CI.cs (+69 -1)
📝 Clients/GithubClient/GithubClient.csproj (+1 -0)
📝 Clients/PsnClient/Utils/TmdbHasher.cs (+1 -4)
📝 CompatBot/Commands/CompatList.Latest.cs (+91 -51)
📝 CompatBot/Commands/CompatList.cs (+8 -7)
📝 CompatBot/Commands/ContentFilters.cs (+5 -7)
📝 CompatBot/Commands/Misc.cs (+26 -8)
📝 CompatBot/Commands/Pr.cs (+14 -14)
📝 CompatBot/CompatBot.csproj (+2 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+8 -16)
📝 CompatBot/Utils/ColorGetter.cs (+18 -2)
📝 CompatBot/Utils/Extensions/StringUtils.cs (+3 -3)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+3 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+9 -4)
📝 CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs (+38 -31)

...and 1 more files

📄 Description

  • Moved most of the CI logic to github [actions] client
  • Added ARM links support in all the places where builds are used
  • Some fun stuff

🔄 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/RPCS3/discord-bot/pull/992 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/5/2025 **Status:** ✅ Merged **Merged:** 4/5/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`4a2a44b`](https://github.com/RPCS3/discord-bot/commit/4a2a44b8b37c53d8970739f2464a98270d543438) upgrade deps - [`933b224`](https://github.com/RPCS3/discord-bot/commit/933b2248de09da7b012230e4916a35f969462fd2) use image blurhash for rate command for better ratings - [`afbd39e`](https://github.com/RPCS3/discord-bot/commit/afbd39e7dd5033d1a6faec0acb56b0d802f12353) add arm build downloads ### 📊 Changes **21 files changed** (+473 additions, -197 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+1 -1) 📝 `Clients/CompatApiClient/Client.cs` (+32 -17) ➕ `Clients/CompatApiClient/POCOs/UpdateCheckResult.cs` (+47 -0) ➖ `Clients/CompatApiClient/POCOs/UpdateInfo.cs` (+0 -27) ➕ `Clients/CompatApiClient/UpdateInfo.cs` (+96 -0) 📝 `Clients/GithubClient/Client.CI.cs` (+69 -1) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -0) 📝 `Clients/PsnClient/Utils/TmdbHasher.cs` (+1 -4) 📝 `CompatBot/Commands/CompatList.Latest.cs` (+91 -51) 📝 `CompatBot/Commands/CompatList.cs` (+8 -7) 📝 `CompatBot/Commands/ContentFilters.cs` (+5 -7) 📝 `CompatBot/Commands/Misc.cs` (+26 -8) 📝 `CompatBot/Commands/Pr.cs` (+14 -14) 📝 `CompatBot/CompatBot.csproj` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+8 -16) 📝 `CompatBot/Utils/ColorGetter.cs` (+18 -2) 📝 `CompatBot/Utils/Extensions/StringUtils.cs` (+3 -3) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+3 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+9 -4) 📝 `CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs` (+38 -31) _...and 1 more files_ </details> ### 📄 Description * Moved most of the CI logic to github [actions] client * Added ARM links support in all the places where builds are used * Some fun stuff --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:27 -05:00
yindo closed this issue 2026-02-15 15:57:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#999