You can checkout the following link to understand the apex packaging process:
https://github.com/api7/apisix-build-tools/blob/4d424d394bdc44cb91051b281750c75696181c4c/package-apisix.sh#L51-L69 Regards, Abhishek. On Thu, 22 Jun 2023 at 16:47, Slava <volga...@networklab.ca.invalid> wrote: > Hello Everyone, > I am trying generate rpm and have some questions > > 1. What most recent version of lua need to use ? > 2. I checked Makefile and seems that not possible specify lua version to > build dependencies. > > > apisix master-0 depends on api7-lua-resty-dns-client 7.0.1 (not installed) > Warning: Failed searching manifest: Failed downloading > https://luarocks.org/manifest-5.4 - host or service not provided, or not > known > > Error: Could not satisfy dependency api7-lua-resty-dns-client 7.0.1: No > results matching query were found for Lua 5.4. > make: *** [Makefile:155: deps] Error 1 > > > > Any help thank you > Volga629