Skip to content
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

feat: lua resty events #351

Merged
merged 2 commits into from
Nov 17, 2023
Merged

feat: lua resty events #351

merged 2 commits into from
Nov 17, 2023

Conversation

Sn0rt
Copy link
Contributor

@Sn0rt Sn0rt commented Nov 17, 2023

Sn0rt added 2 commits November 6, 2023 17:41
Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
Comment on lines +177 to +180
sudo install -d "$OR_PREFIX"/lualib/resty/events/
sudo install -m 664 lualib/resty/events/*.lua "$OR_PREFIX"/lualib/resty/events/
sudo install -d "$OR_PREFIX"/lualib/resty/events/compat/
sudo install -m 644 lualib/resty/events/compat/*.lua "$OR_PREFIX"/lualib/resty/events/compat/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use sudo OPENRESTY_PREFIX="$OR_PREFIX" make install ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a problem with the official script. This is the result of debugging.

https://github.com/Kong/lua-resty-events/blob/main/Makefile

@monkeyDluffy6017 monkeyDluffy6017 merged commit 1dcdaeb into api7:master Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants