Skip to content

Remove 32-bit Linux builds from Rebel export templates#106

Merged
DanielaOrtner merged 2 commits into
RebelToolbox:mainfrom
madmiraal:fix-release-builds
Dec 12, 2024
Merged

Remove 32-bit Linux builds from Rebel export templates#106
DanielaOrtner merged 2 commits into
RebelToolbox:mainfrom
madmiraal:fix-release-builds

Conversation

@madmiraal
Copy link
Copy Markdown
Contributor

@madmiraal madmiraal commented Dec 11, 2024

Our nightly releases are failing, because Github is migrating ubuntu-latest to ubuntu-24.04 [1].

AMD announced AMD64 (the first 64-bit architecture that could also run 32-bit code) in 1999, and it released its first 64-bit processor in April 2003 [2]. Linux began removing support for 32-bit processors in 2012 [3]. Ubuntu 18.04 LTS (released in April 2018) was the last version that supported 32-bits. Ubuntu 18.04 was a long-term support version that was supported for five years, but that support ended in May 2023 [4]. Fedora removed support for 32-bits in Fedora 31 [5], and support for Fedora 30 ended in May 2020 [6]. Although our 32-bit builds still worked on Ubuntu 22.04 LTS (released in April 2022 and will be supported until April 2027), they no longer work on Ubuntu 24.04 LTS, which was released earlier this year. There are other Linux distributions that still provide 32-bit versions [7]. However, it makes sense to accept that Linux 32-bit support has ended.

Rebel Build Action v3 removed support for Linux 32-bit builds. This PR upgrades Rebel Build Action, used to create our releases, to v3 and removes support for Linux 32-bit builds from our nightly releases.

  1. Ubuntu-latest workflows will use Ubuntu-24.04 image actions/runner-images#10636
  2. https://en.wikipedia.org/wiki/X86-64#AMD64
  3. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=743aa456c1834f76982af44e8b71d1a0b2a82e21
  4. https://en.wikipedia.org/wiki/Ubuntu_version_history
  5. https://fedoraproject.org/wiki/Changes/Stop_Building_i686_Kernels
  6. https://en.wikipedia.org/wiki/Fedora_Linux_release_history
  7. https://itsfoss.com/32-bit-linux-distributions/

@madmiraal madmiraal added PR Type: Breaking Change You may need to update your project. PR Type: Bug Fix Your current game should now work as expected. Priority: Urgent To be included in the next patch release. labels Dec 11, 2024
@DanielaOrtner DanielaOrtner self-requested a review December 12, 2024 13:48
Copy link
Copy Markdown
Contributor

@DanielaOrtner DanielaOrtner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for the change :)

@DanielaOrtner DanielaOrtner merged commit d28d153 into RebelToolbox:main Dec 12, 2024
@madmiraal madmiraal deleted the fix-release-builds branch December 13, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR Type: Breaking Change You may need to update your project. PR Type: Bug Fix Your current game should now work as expected. Priority: Urgent To be included in the next patch release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants