Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake it so test-tidy with clang-format run on the CI #24637
Closed
Labels
Comments
|
The other option is to add a test-tidy invocation to the windows CI as well. |
|
@jdm is llvm 9 installed on the windows CI? |
|
All windows builds, local and CI, use the same set of LLVM binaries that are downloaded during the build command by mach. You can check the version in python/servo/packages.py. |
|
Fixed #24692 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I understand correctly, test-tidy only run on Linux. We need to figure out how to run the same clang-format version on both linux and windows, so we can activate CPP formatting tests on the CI.