From c77c5ea5dc17d56ab0100ec8c3ec935b8aac17bd Mon Sep 17 00:00:00 2001 From: James Sharpe Date: Thu, 8 Aug 2024 17:01:20 +0100 Subject: [PATCH] Enable bzlmod on windows --- .bazelci/config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.bazelci/config.yaml b/.bazelci/config.yaml index e410466b6..057369079 100644 --- a/.bazelci/config.yaml +++ b/.bazelci/config.yaml @@ -27,10 +27,6 @@ tasks: # TODO: https://github.com/bazelbuild/rules_foreign_cc/issues/495 - "-//test:shell_method_symlink_contents_to_dir_test" - "-//test:shell_script_inner_fun_test" - build_flags: - - "--noenable_bzlmod" - test_flags: - - "--noenable_bzlmod" ubuntu1804_examples_standalone: name: Examples (spawn_strategy=standalone) platform: ubuntu1804 @@ -161,10 +157,6 @@ tasks: - powershell -noexit "& "".\..\.bazelci\windows-update-certs.ps1""" build_targets: *windows_targets test_targets: *windows_targets - build_flags: - - "--noenable_bzlmod" - test_flags: - - "--noenable_bzlmod" rbe_ubuntu2004_flags: name: Flags platform: rbe_ubuntu2004