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

Test linux-ppc64le and linux-aarch64 installers #85

Open
chrisburr opened this issue Oct 28, 2022 · 1 comment
Open

Test linux-ppc64le and linux-aarch64 installers #85

chrisburr opened this issue Oct 28, 2022 · 1 comment

Comments

@chrisburr
Copy link
Member

It would be possible to test the linux-ppc64le and linux-aarch64 installers using QEMU in CI so we probably should. 😄

@chrisburr
Copy link
Member Author

# I'm not sure exactly how the GitHub actions runners are configured but this should work
curl -LO https://github.com/multiarch/qemu-user-static/releases/latest/download/qemu-aarch64-static
chmod +x qemu-aarch64-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset --credential yes
docker run -v $PWD/qemu-aarch64-static:/usr/bin/qemu-aarch64-static:ro --rm -it quay.io/centos/centos:stream9 bash

# From inside the container
$ curl -LO https://github.com/DIRACGrid/DIRACOS2/releases/latest/download/DIRACOS-Linux-aarch64.sh
$ bash DIRACOS-Linux-aarch64.sh
$ source /diracos/diracosrc
$ pip install DIRAC

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

1 participant