You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I happen to be using a cargo package in my app that reads some local (to the package) files at runtime. When I run my app using this build-pack, I get errors that those files no longer exist.
Would it be possible to add an ENV var (or something similar) to prevent the build-pack from deleting source files after compilation?
The text was updated successfully, but these errors were encountered:
Unfortunately, I am unlikely to have much time to work on this buildpack for the foreseeable future, since I have no projects left on Heroku. My apologies!
Unfortunately, I am unlikely to have much time to work on this buildpack for the foreseeable future, since I have no projects left on Heroku. My apologies!
Out of curiosity, where did you move to as your cloud of choice for rust projects? AWS?
I happen to be using a cargo package in my app that reads some local (to the package) files at runtime. When I run my app using this build-pack, I get errors that those files no longer exist.
Would it be possible to add an ENV var (or something similar) to prevent the build-pack from deleting source files after compilation?
The text was updated successfully, but these errors were encountered: