[maintenance] Windows CI#1439
Merged
restingbull merged 6 commits intobazelbuild:masterfrom Feb 10, 2026
Merged
Conversation
0e1d972 to
3066829
Compare
Bencodes
reviewed
Jan 6, 2026
| executable_name = executable_name + ".exe" | ||
| return ctx.actions.declare_file(executable_name) | ||
|
|
||
| def _create_windows_exe_launcher(ctx, executable, java_executable, classpath, main_class, jvm_flags_for_launcher, runfiles_enabled, coverage_main_class = None): |
Collaborator
There was a problem hiding this comment.
Is most of this impl. just copied over from the java rules? https://github.com/bazelbuild/rules_java/blob/aa0345c749ae24b4ff3e9ca92e52bbcd96bc135a/java/bazel/rules/bazel_java_binary.bzl#L280-L304
Collaborator
|
@agluszak this one has a bunch of merge conflicts in it, can you take a look at resolving these? |
Contributor
Author
|
@Bencodes merged master! |
Bencodes
approved these changes
Jan 30, 2026
Bencodes
approved these changes
Jan 31, 2026
Bencodes
reviewed
Jan 31, 2026
src/main/kotlin/io/bazel/kotlin/plugin/jdeps/BaseJdepsGenExtension.kt
Outdated
Show resolved
Hide resolved
Bencodes
reviewed
Jan 31, 2026
restingbull
reviewed
Feb 2, 2026
restingbull
reviewed
Feb 2, 2026
609929f to
56ade49
Compare
Contributor
Author
|
GitHub seems to be having a hard time now :/ |
Contributor
Author
|
@Bencodes could you re-run the CI? It should pass |
restingbull
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change enables Windows builds and tests in the CI pipeline and fixes
various Windows compatibility issues throughout the codebase.
Platform-specific path handling:
Ktlint fixes:
Test infrastructure:
CI configuration: