Conversation
Contributor
Author
|
This depends on ykjit/yk#1858. |
Contributor
|
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). |
Contributor
Author
|
Added a commit to make building easier. Needs squashing. |
Contributor
|
Please squash. |
5217285 to
f674183
Compare
Contributor
Author
|
Squashed. |
Contributor
Author
|
Ah this also needs the new clang. Ok to squash? |
Contributor
|
Please squash. |
8585537 to
d2ab767
Compare
Contributor
Author
|
Squashed. |
Contributor
Author
|
This went through with tryci now. Ok to squash? |
Contributor
|
Please squash |
abf2c6e to
3bfab92
Compare
Contributor
Author
|
Squashed. |
3bfab92 to
9088588
Compare
Contributor
Author
|
Force pushed a change. Try again. The problem was that docker copies in the |
Co-authored-by: Jake Hughes <jh@jakehughes.uk>
9088588 to
1816447
Compare
Contributor
Author
|
Okay, fixed and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.