Skip to content

Improve make run#1636

Merged
edmorley merged 1 commit intomainfrom
improve-make-run
Sep 23, 2024
Merged

Improve make run#1636
edmorley merged 1 commit intomainfrom
improve-make-run

Conversation

@edmorley
Copy link
Copy Markdown
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
@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