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

cross-compilation #7

Open
Gankra opened this issue Jun 28, 2022 · 1 comment
Open

cross-compilation #7

Gankra opened this issue Jun 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Gankra
Copy link
Owner

Gankra commented Jun 28, 2022

This will be the hardest nut to crack, and basically a fantasy in my mind, but ideally you would be able to:

  • cross-compile for a different platform (hard)
  • deploy the tests to that platform (hellish)
  • remote the results back (hard)

One possible way to do this would be to basically take the deployment/remoting out of our own hands and require the user to figure out by just emitting binaries and some kind of manifest file. Then the user is responsible for deploying+running the binaries, which will attempt to write to some file. Then the file can be brought back to native world and fed into us for final reporting (if that output file isn't good enough).

@Gankra Gankra added the enhancement New feature or request label Jun 28, 2022
@bjorn3
Copy link
Contributor

bjorn3 commented Jun 28, 2022

You could use qemu user mode emulation on linux to run binaries for another architecture for as long as it is still a linux executable.

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

No branches or pull requests

2 participants