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

Fix buildroot when launched from install script #1229

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jordancarlin
Copy link
Member

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.

@jordancarlin jordancarlin marked this pull request as draft January 13, 2025 08:12
@jordancarlin
Copy link
Member Author

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.

@davidharrishmc
Copy link
Contributor

Don't love a configuration option called
FORCE_UNSAFE_CONFIGURE

Are there any alternatives?

@jordancarlin
Copy link
Member Author

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.

@jordancarlin
Copy link
Member Author

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.

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

Successfully merging this pull request may close these issues.

2 participants