-
Notifications
You must be signed in to change notification settings - Fork 3
Merge upstream #18
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?
Merge upstream #18
Conversation
| ```bash | ||
| sudo apt update | ||
| sudo apt install build-essential python3 | ||
| sudo apt install build-essential python3 wget |
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.
We don't use wget do we? i thought that was just to download the versions of gcc for matching
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.
We can also remove it, I just want the commit for the sake of not being behind or splitting off
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.
Aren't we by definition splitting off? It's not like there's non matching functions to worry about
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.
I guess, but I'd rather stay up to date with upstream in general if it's not too much of a pain to do so. Otherwise it can make us look 'outdated'.
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.
I guess for now we can just grab the commits and then immediately undo them with a revert commit or otherwise (which also probably means this PR would need its own branch)
|
ok apparently this fails CI because it's using upstream as-is (which does not have the check-format tool); can you like rebase the 2 commits onto hackerlibultra main? (besides being theoretically good practice ™️ , I don't think i can even press the merge button unless CI passes) |
May as well I guess