Skip to content

Commit

Permalink
ci: Temporarily disable the buildkite job on Windows (llvm#81538)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar authored Feb 13, 2024
1 parent 25b9ed6 commit 4ad9f5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/generate-buildkite-pipeline-premerge
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,10 @@ linux_projects=$(add-dependencies ${linux_projects_to_test} | sort | uniq)

windows_projects_to_test=$(exclude-windows $(compute-projects-to-test ${modified_projects}))
windows_check_targets=$(check-targets ${windows_projects_to_test} | sort | uniq)
windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq)
# Temporary disable the windows job.
# See https://discourse.llvm.org/t/rfc-future-of-windows-pre-commit-ci/76840
#windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq)
windows_projects=""

# Generate the appropriate pipeline
if [[ "${linux_projects}" != "" ]]; then
Expand Down

0 comments on commit 4ad9f5b

Please sign in to comment.