leafo / heroku-buildpack-lua

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

Current Stack (Heroku-18) is Not Supported #13

Open tcyrus opened 4 years ago

tcyrus commented 4 years ago

Here's the error I'm encountering currently:

triggering new deployment
 -----> Lua app detected
 -----> Copying lua to bin
 cp: cannot stat '/app/tmp/buildpacks/XXX/opt/heroku-18/lua': No such file or directory
  !     Push rejected, failed to compile Lua app.
  !     Push failed

The reason for this is because the buildpack doesn't support the Heroku-18 Stack (no opt/heroku-18/lua).

Are there any details on where the executables are pulled from before being placed in this repo?

tcyrus commented 4 years ago

New executables can be built using the docker images that Heroku provides (heroku/heroku:18-build).

tcyrus commented 3 years ago

After looking through the commit network graphs on forks, I'm going to test out the fork by maxamante (link), since it seems to have addressed this issue.

Update: The fork fixed the issue.