Skip to content

[bazel] Upgrade some rulesets in preparation for enabling windows#11109

Merged
zbarsky-openai merged 1 commit intomainfrom
zbarsky/windows-prep
Feb 8, 2026
Merged

[bazel] Upgrade some rulesets in preparation for enabling windows#11109
zbarsky-openai merged 1 commit intomainfrom
zbarsky/windows-prep

Conversation

@zbarsky-openai
Copy link
Contributor

No description provided.

@zbarsky-openai zbarsky-openai enabled auto-merge (squash) February 8, 2026 20:52

common:windows --strategy=TestRunner=local

# On windows we can not cross-build the tests but run them locally due to what appears to be a Bazel bug
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
# On windows we can not cross-build the tests but run them locally due to what appears to be a Bazel bug
# On windows we cannot cross-build the tests but run them locally due to what appears to be a Bazel bug

proc_macro_dev_deps = all_crate_deps(proc_macro_dev = True)

test_env = {
"INSTA_REQUIRE_FULL_MATCH": "0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

What does this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

stray change, reverting

extra_target_triples = RUST_TRIPLES,
versions = ["1.93.0"],
# TODO(zbarsky): bump to 1.93 after fixing mingw
version = "1.92.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

How long will this take to fix? I worry about disagreement between lints that are new in 1.93.0, for example, though I guess we still have cargo builds to catch those today?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

12 hours :)

@zbarsky-openai zbarsky-openai merged commit 44a1355 into main Feb 8, 2026
32 checks passed
@zbarsky-openai zbarsky-openai deleted the zbarsky/windows-prep branch February 8, 2026 21:40
@github-actions github-actions bot locked and limited conversation to collaborators Feb 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants