heroku-buildpack-lua icon indicating copy to clipboard operation
heroku-buildpack-lua copied to clipboard

Current Stack (Heroku-18) is Not Supported

Open tcyrus opened this issue 4 years ago • 2 comments

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 avatar Apr 09 '20 22:04 tcyrus

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

tcyrus avatar Apr 09 '20 22:04 tcyrus

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.

tcyrus avatar Oct 14 '20 17:10 tcyrus