Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use prebuilt launcher_maker for Windows
Using a prebuilt binary solves a few issues: * Avoids having to build the launcher maker entirely. It is special purpose binary, isn't going to change much, and would otherwise incur needing a C++ toolchain. * It doesn't work with `--host_copt=/DUNICODE`, as described in bazelbuild#19977 * Preserves behavior of Starlarkified rules that use the launcher maker. The non-Starlark implementation used a special Java-implemented action to replicate what launcher_maker does, thus avoiding the C++ toolchain dependency. Fixes bazelbuild#19977 PiperOrigin-RevId: 580200034 Change-Id: Ic5a65a5021ea8b0b325b68c1817180e429b6d56b
- Loading branch information