From 4165845a7d7f424f289fe2072e3280555c82dc5f Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Mon, 16 Sep 2019 11:44:21 -0700 Subject: [PATCH] Disable the Windows build for now --- .bazelci/presubmit.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 309f175c0..62a548212 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -18,9 +18,12 @@ tasks: - "..." test_targets: - "..." - windows: - working_directory: test - build_targets: - - "..." - test_targets: - - "..." + +# Disable the Windows build for now; I don't have the time or +# expertise to fix this. +# windows: +# working_directory: test +# build_targets: +# - "..." +# test_targets: +# - "..."