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

Use the standalone installer for 'ci:install_heroku' rather than APT #171

Merged
merged 1 commit into from
Jan 25, 2021

Conversation

edmorley
Copy link
Member

Since the APT installer takes 3.5x longer than the non-APT version, and offers little benefit in a CI environment.

Closes #169.

@edmorley edmorley self-assigned this Jan 23, 2021
Since the APT installer takes 3.5x longer than the non-APT version,
and offers little benefit in a CI environment.

Closes #169.
@edmorley edmorley force-pushed the edmorley/heroku-install-non-apt branch from 1ca3956 to bb03e4b Compare January 25, 2021 17:52
@schneems schneems merged commit 051e5c9 into main Jan 25, 2021
@schneems schneems deleted the edmorley/heroku-install-non-apt branch January 25, 2021 18:46
@schneems
Copy link
Contributor

Dang! Great find

edmorley added a commit to heroku/heroku-buildpack-python that referenced this pull request Feb 17, 2021
Since it's now ok to rely on `hatchet ci:setup` installing the CLI for us, after:
heroku/hatchet#171
edmorley added a commit to heroku/heroku-buildpack-python that referenced this pull request Feb 17, 2021
* CI: Remove manual Heroku CLI install step

Since it's now ok to rely on `hatchet ci:setup` installing the CLI for us, after:
heroku/hatchet#171

* Tests: Switch to `HATCHET_DEFAULT_STACK`

See:
https://github.com/heroku/hatchet#env-vars

* Tests: Remove `new_app()` helper

Now that we no longer need to set default options.

* Tests: Remove unused method `run!`

Closes GUS-W-8900415.
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.

Switch to the non-APT heroku CLI installer script
2 participants