We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b9ed6 commit 4ad9f5bCopy full SHA for 4ad9f5b
.ci/generate-buildkite-pipeline-premerge
@@ -233,7 +233,10 @@ linux_projects=$(add-dependencies ${linux_projects_to_test} | sort | uniq)
233
234
windows_projects_to_test=$(exclude-windows $(compute-projects-to-test ${modified_projects}))
235
windows_check_targets=$(check-targets ${windows_projects_to_test} | sort | uniq)
236
-windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq)
+# Temporary disable the windows job.
237
+# See https://discourse.llvm.org/t/rfc-future-of-windows-pre-commit-ci/76840
238
+#windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq)
239
+windows_projects=""
240
241
# Generate the appropriate pipeline
242
if [[ "${linux_projects}" != "" ]]; then
0 commit comments