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

RBE make #548

Merged
merged 12 commits into from
Mar 28, 2021
Merged

RBE make #548

merged 12 commits into from
Mar 28, 2021

Conversation

jsharpe
Copy link
Member

@jsharpe jsharpe commented Mar 9, 2021

No description provided.

@jsharpe jsharpe force-pushed the rbe_make branch 2 times, most recently from 3819ab1 to 00f83ff Compare March 26, 2021 22:38
@jsharpe jsharpe requested a review from UebelAndre March 26, 2021 23:07
@jsharpe jsharpe marked this pull request as ready for review March 26, 2021 23:07
@jsharpe jsharpe requested a review from oquenchil as a code owner March 26, 2021 23:07
Copy link
Collaborator

@UebelAndre UebelAndre left a comment

Choose a reason for hiding this comment

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

NICE!!! The build passed! This is super awesome.

Just a few comments/questions.

@@ -197,6 +195,13 @@ def _get_generator_target(ctx):
else:
fail("No generator set and no default is known. Please set the cmake `generator` attribute")

if "Unix Makefiles" == generator:
Copy link
Collaborator

Choose a reason for hiding this comment

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

I feel like this is unnecessary and you just append the generator args in the _cmake_impl macro. Either that or move allow this macro to also return tool_deps or something so there's only one where we check generator info. I think I prefer the latter

Copy link
Member Author

Choose a reason for hiding this comment

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

Good shout that's a better idea than this, it didn't seem right when I added it.

foreign_cc/built_tools/make_build.bzl Outdated Show resolved Hide resolved
@UebelAndre
Copy link
Collaborator

Also, I think this would warrant a patch release for the CMake stuff.

Copy link
Collaborator

@UebelAndre UebelAndre left a comment

Choose a reason for hiding this comment

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

Awesome work!

@UebelAndre UebelAndre merged commit 0379c97 into bazel-contrib:main Mar 28, 2021
@jsharpe jsharpe deleted the rbe_make branch March 28, 2021 21:01
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