leafo / heroku-buildpack-lua

Run Lua on Heroku!
http://leafo.net
90 stars 27 forks source link

Luarocks broken on Cedar-14 #6

Open ghost opened 9 years ago

ghost commented 9 years ago

I created a new app on the cedar-14 heroku stack, and it wouldn't run because it couldn't find the lua dependencies (eg lapis). When I downgraded to plain cedar, to see what would happen, it worked.

I noticed that when pushing the code, the cedar version has this:

remote: -----> Installing packages
remote:        
remote:        Missing dependencies for anonymous_app:
remote:        lustache 
remote:        lapis 

and subsequent installation, and the cedar-14 version does not. However, both versions install openresty fine (from url).