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

No longer set a fallback value for $STACK #1308

Merged
merged 1 commit into from
Apr 12, 2022
Merged

Conversation

edmorley
Copy link
Member

Since it is always set on Heroku:
https://devcenter.heroku.com/articles/buildpack-api#stacks

...and even for other environments, picking an arbitrary stack to use does not make sense, since it's unlikely the runtimes will run on anything but the stack for which they were compiled.

Split out of #1299 to keep that PR smaller.

@edmorley edmorley self-assigned this Apr 12, 2022
@edmorley edmorley marked this pull request as ready for review April 12, 2022 14:18
@edmorley edmorley requested a review from a team as a code owner April 12, 2022 14:18
Since it is always set on Heroku:
https://devcenter.heroku.com/articles/buildpack-api#stacks

...and even for other environments, picking an arbitrary stack
to use does not make sense, since it's unlikely the runtimes will
run on anything but the stack for which they were compiled.
@edmorley edmorley force-pushed the drop-stack-fallback branch from 876cc89 to 061d572 Compare April 12, 2022 15:07
@edmorley edmorley merged commit 5ad3a9b into main Apr 12, 2022
@edmorley edmorley deleted the drop-stack-fallback branch April 12, 2022 20:38
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

Successfully merging this pull request may close these issues.

2 participants