[llvm] [DNR] [wip] working on windows buildkite presubmit (PR #82393)
Lucile Rose Nihlen via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 09:55:59 PST 2024
https://github.com/lnihlen created https://github.com/llvm/llvm-project/pull/82393
Not ready for review or commit yet, thanks.
>From 550ba12754272f7646857d66babd357dd4cef338 Mon Sep 17 00:00:00 2001
From: Lucile Nihlen <luci.the.rose at gmail.com>
Date: Tue, 20 Feb 2024 14:36:06 +0000
Subject: [PATCH] re-enable the windows build for testing
---
.ci/generate-buildkite-pipeline-premerge | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/generate-buildkite-pipeline-premerge b/.ci/generate-buildkite-pipeline-premerge
index c14ec464a43a66..3ba402524f7f46 100755
--- a/.ci/generate-buildkite-pipeline-premerge
+++ b/.ci/generate-buildkite-pipeline-premerge
@@ -235,8 +235,8 @@ windows_projects_to_test=$(exclude-windows $(compute-projects-to-test ${modified
windows_check_targets=$(check-targets ${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=""
+windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq)
+#windows_projects=""
# Generate the appropriate pipeline
if [[ "${linux_projects}" != "" ]]; then
More information about the llvm-commits
mailing list