-
Notifications
You must be signed in to change notification settings - Fork 112
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
Building release v2.2.1 from tarball always fails #465
Comments
Thank you for your report. I'll investigate it later. I also think |
I don't have enough time for testing it, but the following change should fix the issue.
|
Thanks for fixing! 👍👍👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TL;DR: Building ngx_mruby v2.2.1 from release tarball fails because
build_mruby
target inMakefile.in
tries to look at.git
and.mruby-version
but both of them are not included in the tarball.ngx_mruby/Makefile.in
Lines 75 to 86 in 7a3198c
This is minimal Dockerfile to reproduce this problem:
This is the output I can get when building this Dockerfile:
I think this problem is related to #453.
The text was updated successfully, but these errors were encountered: