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

Option to keep source files of dependencies after compile

Open nicksrandall opened this issue 4 years ago • 2 comments

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?

nicksrandall avatar Jul 18 '21 03:07 nicksrandall

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!

emk avatar Dec 16 '21 16:12 emk

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?

John0x avatar May 30 '22 18:05 John0x