Skip to content
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 workarounds for aarch64 cross-compilation #54

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

georgefst
Copy link
Owner

@georgefst georgefst commented Sep 26, 2023

With this branch, ./Build.hs --target=aarch64-none-linux-gnu actually works.

The main thing that needs fixing before we can merge this is to split up the Elm generation in to a separate component, not directly depended on by the main executable. We'll need a monpad-types core library, used by both. This is a better design anyway, and will allow us to properly integrate the Elm generation in to the build script rather than running it manually when necessary as we currently do. When doing this refactor, we should bear in mind the long-term goal of porting the frontend from Elm to Haskell (blocked on dmjio/miso#724).

There are a few other ugly things here for which we should work out better fixes, such as avoiding embedding the static files, disabling serving of other assets (serveDirectoryWebApp), and using slightly different evdev types from Dhall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant