-
Notifications
You must be signed in to change notification settings - Fork 24
Use the Python from the compatibility layer for installing ReFrame in test script #222
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
base: main
Are you sure you want to change the base?
Conversation
Let's give it a try... bot: build repo:eessi.io-2025.06-compat arch:riscv64/generic edit: cancelled that run, as the RISC-V CI is also failing, maybe it has the same issue. |
New job on instance
|
The
I suppose this is happening because it has to build |
The lxml error can be solved by running this inside the compat layer environment (which has these packages installed), but then the next issue pops up for maturin:
Giving up for now... |
Hopefully this fixes the test step issue on RISC-V (which failed because of a missing library, I suppose in the build container or on the build host). Also changed the CI and made it use our test script for running the ReFrame test suite.