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

pkg/build/linux: support building with a custom make binary #5368

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FlorentRevest
Copy link
Contributor

Certain environments might need a specific make command or wrap make calls with extra logic. This lets users provide a path to a custom make binary.

@FlorentRevest FlorentRevest force-pushed the custom-make branch 2 times, most recently from 377a0ea to 92c50d7 Compare October 2, 2024 13:56
@FlorentRevest FlorentRevest marked this pull request as draft October 2, 2024 14:26
Certain environments might need a specific make command or wrap make
calls with extra logic. This lets users provide a path to a custom make
binary.
@FlorentRevest FlorentRevest force-pushed the custom-make branch 3 times, most recently from 1f8bd13 to b2f262e Compare October 2, 2024 15:47
This unifies the build() and clean() interfaces such that if a custom
compiler or make binary is provided in the manager or bisection config,
they can be taken into account by the clean() interface.
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.

1 participant