-
Notifications
You must be signed in to change notification settings - Fork 104
chore: upgrade openresty version to v1.27.1.2 #427
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
chore: upgrade openresty version to v1.27.1.2 #427
Conversation
utils/install-common.sh
Outdated
| # build the lib and specify the storage path of the package installed | ||
| luarocks make ./apisix-master-${iteration}.rockspec --tree=/tmp/build/output/apisix/usr/local/apisix/deps --local | ||
| # To be removed after https://github.com/luarocks/luarocks/issues/1797 is fixed | ||
| luarocks --only-server https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/daab2726276e3282dc347b89a42a5107c3500567 make ./apisix-master-${iteration}.rockspec --tree=/tmp/build/output/apisix/usr/local/apisix/deps --local |
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.
luarocks/luarocks#1797 already closed
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.
But aparrently the issue isn't fixed yet. Running on master gives the same error.
// @bzp2010
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.
@bzp2010 What was the fix for it?
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.
ok, if you confirmed it's not working yet, we can merge with this workaround first.
No description provided.