-
Notifications
You must be signed in to change notification settings - Fork 12
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
RFC: Migrate from buildpack.yml to environment variables #76
Conversation
- Moves from a comma seperated list to string of the literal flag structure
Co-authored-by: Ryan Moran <[email protected]>
- This error is cheap to maintain and by extending the period until the next minor release we are more likely to surface the build failure to all of our users
One thing to be careful of when implementing this change: Currently, this buildpack checks whether the shasum of the working directory has changed to determine whether to rebuild the app. A convenient side effect of this criteria is that any changes to |
Should the go version be something that can be explicitly configured with an environment variable as well (I see that it is currently an option in the |
@wburningham I will be opening an RFC in the |
Readable