google / benchmark

A microbenchmark support library
Apache License 2.0
8.61k stars 1.57k forks source link

Re-enable `windows-latest` tests for newer Bazel #1641

Closed nicholasjng closed 11 months ago

nicholasjng commented 11 months ago

The Windows toolchain detection fix made it into Bazel 6.3.0 (https://github.com/bazelbuild/bazel/pull/18960), so the CI should work again with the re-enabled windows-latest marker if Bazel 6.3.0 is already installed in the newest windows-latest image.

Also, require Bazel 6.3.0 in the Linux container setup in cibuildwheel, and bump cibuildwheel to v2.14.1 (July 2023) in anticipation of building Python 3.12 wheels (SABI builds with nanobind!).

dmah42 commented 11 months ago

fantastic. thank you.

nicholasjng commented 11 months ago

always a pleasure!