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

Build requested output groups in "Bazel Build" #359

Merged
merged 1 commit into from
Apr 27, 2022

Conversation

brentleyjones
Copy link
Contributor

The Generate Files/Fetch External Repositories script is now called Bazel Build when building with Bazel. The script differs by adding additional --output_group flags based on the contents of the $(BAZEL_BUILD_OUTPUT_GROUPS_FILE) file. We currently don't create this file, so nothing new happens yet, but we will in the future to cause this run script to actually build what is being requested of the current build, using the new output file collection output groups.

The `Generate Files`/`Fetch External Repositories` script is now called `Bazel Build` when building with Bazel. The script differs by adding additional `--output_group` flags based on the contents of the `$(BAZEL_BUILD_OUTPUT_GROUPS_FILE)` file. We currently don't create this file, so nothing new happens yet, but we will in the future to cause this run script to actually build what is being requested of the current build, using the new output file collection output groups.
@brentleyjones brentleyjones merged commit 8a5ef11 into main Apr 27, 2022
@brentleyjones brentleyjones deleted the bj/build-with-bazel-as-well branch April 27, 2022 20:36
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.

None yet

3 participants