-
Notifications
You must be signed in to change notification settings - Fork 43
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 to mes-0.26.1. #471
Conversation
78ac492
to
163eb03
Compare
Looks like Fiwix hasn't started booting yet when crash happens:
|
Hmm, downgrading back just tcc to the old version works. So one of those patches... |
For now I've removed tinycc upgrade as it was causing issues with Fiwix. It should be easier to debug if we decouple mes and tinycc upgrade. This means that riscv64 bootstrap regressed a bit (as new mes removed some special casing for tcc assembly support but we are not using that newer tcc yet), hence I changed target branch to |
CI is expected to eventually fail due to openssl download URL (see #472). I've tested both qemu and bwrap modes and it seems to work (qemu is quite slow under Fiwix but I don't think I'm causing that). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good - please update parts.rst and rebase so we can get a clean CI.
Somehow this seems to break kernel bootstrap... Not sure why.
Also tcc riscv64 checksum still needs updating.