-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
neko 2.1.0 #982
neko 2.1.0 #982
Conversation
Test and bottling failures here unfortunately. |
Failed build here.
Looks like the And then it looks like That test failure looks like it might just be a result of the link rewriting failure that's causing the |
The binary that has issue with I guess the use of |
We don't have any current mechanism to do that skipping; we we |
We cannot create non-relocatable bottles, but what we can do is disable bottle creation, effectively forcing every Homebrew user of # Remove when resolved: https://github.com/HaxeFoundation/neko/issues/130
bottle :disable, "Neko binaries cannot be edited with 'install_name_tool'." However, that's something we do extremely rarely and I'm not sure other maintainers will approve. Sadly, there's another breaking (and unrelated) issue with 2.1.0: Libraries are installed to |
Yeh, I'd rather see us stick on an old version than do that, personally. |
url "https://github.com/HaxeFoundation/neko.git", :revision => "22c49a89b56b9f106d7162710102e9475227e882" | ||
version "2.0.0-22c49a8" | ||
revision 2 | ||
url "https://github.com/HaxeFoundation/neko.git", :tag => "v2-1-0", :revision => "63c8ff1a20e72e295456a1b3083209efec1e8ab2" |
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.
Any reason not to use the GitHub release tarball https://github.com/HaxeFoundation/neko/archive/v2-1-0.tar.gz instead? We prefer that for tagged releases instead of making every user do a Git clone.
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.
Just revised the formula to use the tarball from http://nekovm.org/. It was created by git archive
, so it should be the same as the Github one.
I have just used a workaround to avoid using For |
The test now failed with
Any idea? |
Patch was already applied upstream, thus only apply it to stable build. Fixes an oversight in my review of #982.
@UniqMartin ah! Thanks for fixing that! |
It has just been released and is available at http://nekovm.org/download.