-
Notifications
You must be signed in to change notification settings - Fork 2
Add yk to ruby. #5
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
Conversation
|
This depends on ykjit/yk#1858. |
|
We discussed this on the sync and @ptersilie is going to try and minimise the amount of manual patching required (where possible without large changes to the build system). |
|
Added a commit to make building easier. Needs squashing. |
|
Please squash. |
5217285 to
f674183
Compare
|
Squashed. |
|
Ah this also needs the new clang. Ok to squash? |
|
Please squash. |
8585537 to
d2ab767
Compare
|
Squashed. |
|
This went through with tryci now. Ok to squash? |
|
Please squash |
abf2c6e to
3bfab92
Compare
|
Squashed. |
3bfab92 to
9088588
Compare
|
Force pushed a change. Try again. The problem was that docker copies in the |
Co-authored-by: Jake Hughes <[email protected]>
9088588 to
1816447
Compare
|
Okay, fixed and |
These changes add yk to ruby and allow us to run this very simple program:
On top of these changes we also have to edit the
Makefilegenerates by theconfigurescript. I'm unsure how we should version control this right now. We might need to edit theconfigurescript directly to output the correctMakefile.So to build we need to do:
Configure Ruby with:
Adjust the
build/Makefileas follows:Then run
make minirubyto buildminiruby.