-
Notifications
You must be signed in to change notification settings - Fork 201
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
Fix buildroot when launched from install script #1229
base: main
Are you sure you want to change the base?
Conversation
Hmm. Seems like the updated version of buildroot doesn't like being built as root, which happens when running the install script. The problem seems to be specific to building tar. |
Don't love a configuration option called Are there any alternatives? |
Not a fan of it either. It's what the error message mentioned, so I'm testing it as a starting point to see if it actually fixes the problem. Will see how it goes in the CI and then investigate other options. There was nothing immediately apparent though. |
Seems like with the new version of OpenSBI we need 1600000 instructions get to the OpenSBI banner instead of the previous 1400000. Updated regression-wally accordingly. |
a4cc5d8
to
bddbe62
Compare
Looks like this did work to successfully install buildroot on all distros. I don't love needing to pass that configuration flag, but unfortunately I can't really think of a better option. |
c280b83
to
3c0b1c2
Compare
Generating buildroot worked when the makefile was launched directly but not when the install script called it. The issue was that
$WALLY
was not set.