Hi

I just uploaded a new module to Luarocks called luaharfbuzz[1]. It is
a pretty simple module which builds using the make backend. When I do
`luarocks pack`, the .src.rock comes to about 432K, and seems to
include everything in my source tree.

I noticed that when I do a `luarocks install luaharbuzz`,  The module
spends a long time after printing “switching to ‘build’ mode”. In
verbose mode, what I am seeing is that luarocks proceeds to download
the .src.rock file, which is just a 432K file. But it seems to take a
very long time. (1m20s total in my case)

Here is the gist output of the install process:
https://gist.github.com/deepakjois/1ef77ba7dba0f617640a

Any ideas how I can reduce the install time? I have installed other
modules using LuaRocks and they don’t take nearly that long.

Deepak

[1]:https://github.com/deepakjois/luaharfbuzz

------------------------------------------------------------------------------
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to