-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update QEMU to 7.0 as is enforces stronger RISC-V spec compliance #54
Comments
Is this a docker container issue? It sounds to me like this is something we should support in the build system/tool chain, not in the containers. |
Well, we have to put it into the container, as the tool/test-chain comes from there in the end. So somehow this is a container issue. |
Put what into the container? I don't think it makes sense to change the qemu version there -- we do not want to drop support for them, even if we do want support newer versions. Edit: right, I managed to just now see the title of the issue. I do not agree that we should do that. |
Is it realistic to have the CI use both the stable container version of QEMU as well as the latest? |
You can have more than one QEMU in the container, as the binary is quite self-contained. So another layer on top would work or just copying it in for a build/test run from somewhere. |
Having both in there sounds reasonable, I can have a look at that. |
Follow-up from seL4/seL4#879
The Debinad/Ubuntu releases do not have the latest version, but using it would force us to improve RISC-V spec compliance.
The text was updated successfully, but these errors were encountered: