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

Merged
merged 2 commits into from
Oct 14, 2024

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
@FlorentRevest FlorentRevest force-pushed the custom-make branch 4 times, most recently from b2f262e to 7167531 Compare October 2, 2024 15:55
@FlorentRevest FlorentRevest marked this pull request as ready for review October 2, 2024 16:08
a-nogikh
a-nogikh previously approved these changes Oct 4, 2024
Copy link
Collaborator

@a-nogikh a-nogikh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

pkg/build/linux.go Outdated Show resolved Hide resolved
tools/syz-testbuild/testbuild.go Outdated Show resolved Hide resolved
pkg/bisect/bisect.go Outdated Show resolved Hide resolved
@FlorentRevest FlorentRevest force-pushed the custom-make branch 6 times, most recently from 5c17fed to aaa224e Compare October 8, 2024 19:34
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 3ceb8b9 to 1f680ec Compare October 11, 2024 12:57
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.
@a-nogikh a-nogikh added this pull request to the merge queue Oct 14, 2024
Merged via the queue into google:master with commit 484e362 Oct 14, 2024
17 checks passed
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