Open
Conversation
ae852c3 to
102d02b
Compare
pastaq
reviewed
Mar 27, 2026
pastaq
reviewed
Mar 27, 2026
|
|
||
| LIBIIO_URL ?= https://mirror.rackspace.com/archlinux/extra/os/x86_64/libiio-$(SYSEXT_LIBIIO_VERSION)-x86_64.pkg.tar.zst | ||
| ifeq ($(TARGET_ARCH),x86_64) | ||
| LIBIIO_URL ?= https://mirror.rackspace.com/archlinux/extra/os/$(TARGET_ARCH)/libiio-$(SYSEXT_LIBIIO_VERSION)-$(TARGET_ARCH).pkg.tar.zst |
Collaborator
There was a problem hiding this comment.
If we're touching this we should make it more robust. It should be possible to rank the arch mirrors list, loop through them, & parse if the file exists. I don't want to deal with builds failing because this breaks anymore.
Collaborator
Author
There was a problem hiding this comment.
After switching to using the rackspace mirror, I haven't seen issues with this. I agree we should improve the reliability of this, but I think that improvement exceeds the scope of this PR and should be done in a separate request.
pastaq
reviewed
Mar 27, 2026
|
|
||
| LIBSERIALPORT_URL ?= https://mirror.rackspace.com/archlinux/extra/os/x86_64/libserialport-$(SYSEXT_LIBSERIALPORT_VERSION)-x86_64.pkg.tar.zst | ||
| ifeq ($(TARGET_ARCH),x86_64) | ||
| LIBSERIALPORT_URL ?= https://mirror.rackspace.com/archlinux/extra/os/$(TARGET_ARCH)/libserialport-$(SYSEXT_LIBSERIALPORT_VERSION)-$(TARGET_ARCH).pkg.tar.zst |
c199611 to
e1b922d
Compare
e1b922d to
ffdd25e
Compare
|
Tested on a Yoga Slim 7x with the Snapdragon X Elite, runs as expected |
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.
This change updates the
Dockerfiledefinition to allow cross-compiling OpenGamepadUI to arm64 and also removes and updates all assumptions of building and running on x86_64.