-
Notifications
You must be signed in to change notification settings - Fork 113
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
New Heroku-16 stack available #7
Comments
May need to recompile, in which case multiple versions will need to exist, e.g. https://github.com/mojodna/heroku-buildpack-cairo/blob/master/bin/compile#L45 |
Heroku says it "should work" with buildpacks for Cedar, but who knows. |
I've been using this buildpack on Heroku-16 for a couple months. It works just fine. |
gaffneyc
referenced
this issue
in gaffneyc/heroku-buildpack-jemalloc
Dec 5, 2017
This allows new versions to be built for uploading by running `make VERSION=5.0.1` rather than updating the hard coded version in multiple places. I've also added support for building against either the legacy cedar-14 architecture or heroku-16. While versions built on cedar-14 appear to run on heroku-16, the newer stack should also mean a newer and better tool chain. I've removed the Dockerfile and switched to using Heroku's docker images directly as this removes the need for cleaning them up afterwards. It possibly makes debugging harder but having build.sh available should avoid some of that. Fixes #7 Fixes #13
gaffneyc
referenced
this issue
in gaffneyc/heroku-buildpack-jemalloc
Dec 5, 2017
This allows new versions to be built for uploading by running `make VERSION=5.0.1` rather than updating the hard coded version in multiple places. I've also added support for building against either the legacy cedar-14 architecture or heroku-16. While versions built on cedar-14 appear to run on heroku-16, the newer stack should also mean a newer and better tool chain. I've removed the Dockerfile and switched to using Heroku's docker images directly as this removes the need for cleaning them up afterwards. It possibly makes debugging harder but having build.sh available should avoid some of that. Fixes #2 Fixes #7 Fixes #13
gaffneyc
referenced
this issue
in gaffneyc/heroku-buildpack-jemalloc
Dec 5, 2017
This allows new versions to be built for uploading by running `make VERSION=5.0.1` rather than updating the hard coded version in multiple places. I've also added support for building against either the legacy cedar-14 architecture or heroku-16. While versions built on cedar-14 appear to run on heroku-16, the newer stack should also mean a newer and better tool chain. I've removed the Dockerfile and switched to using Heroku's docker images directly as this removes the need for cleaning them up afterwards. It possibly makes debugging harder but having build.sh available should avoid some of that. Fixes #2 Fixes #7 Fixes #13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if we actually need to change anything for this or not
The text was updated successfully, but these errors were encountered: