-
-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement architecture and bitness checks #1360
Merged
Merged
Commits on Jul 27, 2023
-
Improve support for arbitrary machine architectures
- Prevent running on 32bit Windows or 32bit Python on 64bit Windows - Support building an AppImage for i386; verify LinuxDeploy for all Commands - Support building Linux System packages on i386 - Support installing JDK for armv7/8 - Let users know when Android SDK must be manually installed - Derive the Linux system target distro architecture from the build environment - Download a 32bit JDK and 32bit standalone Python when host Python is 32bit - Ensure `makepkg` creates a `.pkg.tar.zst` distributable
Configuration menu - View commit details
-
Copy full SHA for 95bf95a - Browse repository at this point
Copy the full SHA 95bf95aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a093588 - Browse repository at this point
Copy the full SHA a093588View commit details
Commits on Jul 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4259a3d - Browse repository at this point
Copy the full SHA 4259a3dView commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2caa568 - Browse repository at this point
Copy the full SHA 2caa568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd2018 - Browse repository at this point
Copy the full SHA 3dd2018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6184c - Browse repository at this point
Copy the full SHA 1e6184cView commit details -
Disable building AppImages on Apple Silicon
- On Apple Silicon, Docker Desktop runs x86-64 containers in an emulation mode in an arm64 Linux VM; however, due to present issues in the implementation of QEMU used, AppImages cannot successfully run. Since linuxdeploy itself is an AppImage, it cannot run and AppImages cannot be created.
Configuration menu - View commit details
-
Copy full SHA for 2ef9191 - Browse repository at this point
Copy the full SHA 2ef9191View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7abd96 - Browse repository at this point
Copy the full SHA a7abd96View commit details -
Configuration menu - View commit details
-
Copy full SHA for e147b56 - Browse repository at this point
Copy the full SHA e147b56View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a081900 - Browse repository at this point
Copy the full SHA a081900View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3fada7a - Browse repository at this point
Copy the full SHA 3fada7aView commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77cf5df - Browse repository at this point
Copy the full SHA 77cf5dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f184d3 - Browse repository at this point
Copy the full SHA 5f184d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ed115 - Browse repository at this point
Copy the full SHA d2ed115View commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f636e6e - Browse repository at this point
Copy the full SHA f636e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aedb7c - Browse repository at this point
Copy the full SHA 5aedb7cView commit details
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.