Skip to content

Commit

Permalink
Remove noenable_bzlmod workaround from some CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Dec 20, 2023
1 parent 0a2a59b commit 46aedc8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .bazelci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,18 @@ tasks:
- "//..."
test_targets:
- "//..."
build_flags:
- "--noenable_bzlmod"
test_flags:
- "--noenable_bzlmod"
rbe_ubuntu1604:
platform: rbe_ubuntu1604
build_targets:
- "//..."
test_targets:
- "//..."
build_flags:
- "--noenable_bzlmod"
test_flags:
- "--noenable_bzlmod"
macos:
platform: macos
build_targets:
- "//..."
test_targets:
- "//..."
build_flags:
- "--noenable_bzlmod"
test_flags:
- "--noenable_bzlmod"
windows:
platform: windows
build_targets:
Expand All @@ -39,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
Expand Down

0 comments on commit 46aedc8

Please sign in to comment.