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

Make sure to set CF_STACK during staging on cflinuxfs2 #14

Open
rkoster opened this issue Aug 22, 2015 · 0 comments
Open

Make sure to set CF_STACK during staging on cflinuxfs2 #14

rkoster opened this issue Aug 22, 2015 · 0 comments

Comments

@rkoster
Copy link

rkoster commented Aug 22, 2015

When using the cflinuxfs2 stack I'm running into issues with the ruby buildpack (v1.6.5).
The error below is raised because it expects the CF_STACK env far to be set to cflinuxfs2.
I was able to verify the this by ENV['CF_STACK'] = 'cflinuxfs2' to the top of the compile script, which fixed the issue.

2015/08/22 13:10:23  Staging failed - have you added a buildpack for this type of application?
Starting the CloudRocker container...
Running Buildpacks...
It looks like you're deploying on a stack (currently set to *lucid64*) that's not supported by this buildpack.
That could be because you're using a recent buildpack release on a deprecated stack.
If you're using the buildpack installed by your CF admin, please let your admin know you saw this error message.
If you at one point specified a buildpack that's at git URL, please make sure you're pointed at a version that supports this stack.

 Failed to compile droplet: exit status 44
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