-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add support for aarch64-darwin and aarch64-linux (uses nixpkgs-22.11) #804
Conversation
add warnings and justifications for some weird looking overrides
48a7a87
to
ceac794
Compare
------ HOOGLE IS NOT ENABLED ON GHC 8.6.5 ATM ------
* origin/nixpkgs-unstable: Cleanup release.nix: make it work ghcjs8_10: Fix builds Even more fixes Get release.nix to eval Fix ghcjs8_6 ghcWithPackages Add distribution_nixpkgs again Working GHC 8.6.5 ghc8_6 aarch32: fix pkg-config; Cleanup overlays cleanup, and add more comments android 8_10 works More fixes first go at nixpkgs 22.05
6c32704
to
813214a
Compare
Notes:
|
…orm into nixpkgs-unstable
d0b213f
to
ec952bd
Compare
ec952bd
to
4b43344
Compare
16710a0
to
8aa2dbb
Compare
8aa2dbb
to
b5e2b4b
Compare
So this doesn't seem to include iOS and Android, right? I get the errors that they're not supported on aarch64-darwin - I know we have #775 but that's just for aarch64-linux -> aarch64-android, is aarch64-darwin -> aarch64-android or aarch64-darwin -> aarch64-ios being worked on somewhere else? |
Yeah currently we don't support If you want to take a poke, it should get part of the way there if you disable the check (this is unsupported), though Our platform support is here: https://github.com/reflex-frp/reflex-platform/blob/develop/docs/platform-support.md |
Okay, thanks! |
Still working on this, although todomvc works on 8.10 aarch64 android
EDIT: Building release.nix for x86_64-linux works fine now!