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

[7.4.0] Make launcher_maker cross-platform #23781

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

bazel-io
Copy link
Member

//tools/launcher:launcher_maker produces launchers for Windows, but there is no reason why it must run on Windows. By making it runnable on all platforms, *_binary targets can be built for Windows from any platform assuming that a suitable cross-compiling C++ toolchain is available.

Closes #23731.

PiperOrigin-RevId: 679251350
Change-Id: I1b380d5b28a616ace88a3b049a2b4554aa209ae3

Commit 108f117

`//tools/launcher:launcher_maker` produces launchers *for* Windows, but there is no reason why it must *run on* Windows. By making it runnable on all platforms, `*_binary` targets can be built *for* Windows from any platform assuming that a suitable cross-compiling C++ toolchain is available.

Closes bazelbuild#23731.

PiperOrigin-RevId: 679251350
Change-Id: I1b380d5b28a616ace88a3b049a2b4554aa209ae3
@bazel-io bazel-io requested a review from a team as a code owner September 26, 2024 22:40
@bazel-io bazel-io added team-Rules-CPP Issues for C++ rules awaiting-review PR is awaiting review from an assigned reviewer labels Sep 26, 2024
@iancha1992 iancha1992 added this pull request to the merge queue Sep 27, 2024
Merged via the queue into bazelbuild:release-7.4.0 with commit 653f8d3 Sep 27, 2024
51 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Rules-CPP Issues for C++ rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants