LIBRETRO: BUILD: add a Linux aarch64 build - #104
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The libretro buildbot ships no aarch64 Linux build of ScummVM, so the core can't be installed from RetroArch's Core Downloader on ARM64 Linux machines (ARM Chromebooks, SBCs, ARM laptops). Nothing blocks it: ScummVM is portable C++ with no x86-specific code on this path, and
android-arm64-v8aalready builds these sources for ARM64.The job mirrors
libretro-build-linux-x64:plus the matching
/linux-aarch64.ymltemplate include, both inbackends/platform/libretro/.gitlab-ci.yml(the repository-root.gitlab-ci.ymlonly includes that file).Verified natively on aarch64 (postmarketOS on a Snapdragon 670 Chromebook, glibc, GCC 15):
make platform=unixinbackends/platform/libretrobuilds the full core with no source changes and without a single error across all enabled engines - 8767 objects, linking toscummvm_libretro.so(ELF 64-bit ARM aarch64, 155 MB unstripped). I didn't run a game through it in this session, so this is a build verification.