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

Run tests on emulated architectures #96

Open
WilliamJamieson opened this issue Dec 15, 2022 · 1 comment
Open

Run tests on emulated architectures #96

WilliamJamieson opened this issue Dec 15, 2022 · 1 comment

Comments

@WilliamJamieson
Copy link
Contributor

This is probably a feature request.

I would like to use OpenAstronomy to run tests on some emulated architectures. That is

  • s390x
  • aarch64

Akin to what astropy does here: https://github.com/astropy/astropy/blob/main/.github/workflows/ci_cron_weekly.yml#L91-L145 or asdf does (for just s390x) here: https://github.com/asdf-format/asdf/blob/154513dc66ccd3ab1ed6113904c1811d3f47b24c/.github/workflows/s390x.yml#L21-L61.

Really, asdf just occasionally copies the astropy updates to this workflow. It would be nice if this workflow was maintained upstream and use the nicer syntax that OpenAstronomy uses.

@Cadair
Copy link
Member

Cadair commented Dec 16, 2022

hey @WilliamJamieson it shouldn't be that hard to add if you want to take a swing at it, I personally wont have time to have a go for a while.

The workflows linked use this for arch emulation: https://github.com/uraimo/run-on-arch-action

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

No branches or pull requests

2 participants