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

Improve make run #1636

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Improve make run #1636

merged 1 commit into from
Sep 23, 2024

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Sep 22, 2024

The make run target provides a quick way to execute the buildpack locally in a container when developing on the buildpack.

Previously it executed only bin/{detect,compile,report}.

Now it also runs bin/release.

In addition, the arguments passed to bin/detect have been corrected, so that they now match the Buildpack API (where only BUILD_DIR is passed to the script):
https://devcenter.heroku.com/articles/buildpack-api#bin-detect

Prep for #796 / #932.

GUS-W-16807495.

The `make run` target provides a quick way to execute the buildpack
locally in a container when developing on the buildpack.

Previously it executed only `bin/{detect,compile,report}`.

Now it also runs `bin/release`.

In addition, the arguments passed to `bin/detect` have been corrected,
so that they now match the Buildpack API (where only `BUILD_DIR` is passed
to the script):
https://devcenter.heroku.com/articles/buildpack-api#bin-detect
@edmorley edmorley self-assigned this Sep 22, 2024
@edmorley edmorley marked this pull request as ready for review September 22, 2024 18:38
@edmorley edmorley requested a review from a team as a code owner September 22, 2024 18:38
@edmorley edmorley merged commit 0dde52d into main Sep 23, 2024
8 checks passed
@edmorley edmorley deleted the improve-make-run branch September 23, 2024 07:18
@heroku-linguist heroku-linguist bot mentioned this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants