Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tcyrus opened this issue Apr 9, 2020 · 2 comments
Open

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

tcyrus opened this issue Apr 9, 2020 · 2 comments

Comments

@tcyrus
Copy link

tcyrus commented Apr 9, 2020

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 tcyrus changed the title Add support for the Heroku-18 Stack Current Stack (Heroku-18) is Not Supported Apr 9, 2020
@tcyrus
Copy link
Author

tcyrus commented Apr 9, 2020

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

@tcyrus tcyrus mentioned this issue Oct 14, 2020
@tcyrus
Copy link
Author

tcyrus commented Oct 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant