Skip to content

Commit

Permalink
Disable bzlmod in CI (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
purkhusid authored Oct 26, 2023
1 parent 03ac96a commit 217b3f7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ tasks:
- "//..."
test_targets:
- "//..."
build_flags:
- "--noenable_bzlmod"
test_flags:
- "--noenable_bzlmod"
rbe_ubuntu1604:
name: Rules on Linux (RBE)
platform: rbe_ubuntu1604
Expand All @@ -37,8 +41,10 @@ tasks:
- "//..."
build_flags:
- "--config=remote"
- "--noenable_bzlmod"
test_flags:
- "--config=remote"
- "--noenable_bzlmod"
rbe_ubuntu1604_no_strict_deps:
name: Rules on Linux (RBE) without strict deps
platform: rbe_ubuntu1604
Expand All @@ -52,9 +58,11 @@ tasks:
build_flags:
- "--@rules_dotnet//dotnet/settings:strict_deps=false"
- "--config=remote"
- "--noenable_bzlmod"
test_flags:
- "--@rules_dotnet//dotnet/settings:strict_deps=false"
- "--config=remote"
- "--noenable_bzlmod"
macos:
name: Rules on MacOS
platform: macos
Expand All @@ -65,6 +73,10 @@ tasks:
- "//..."
test_targets:
- "//..."
build_flags:
- "--noenable_bzlmod"
test_flags:
- "--noenable_bzlmod"
examples-windows:
name: Examples on Windows
platform: windows
Expand All @@ -76,6 +88,10 @@ tasks:
- "//..."
test_targets:
- "//..."
build_flags:
- "--noenable_bzlmod"
test_flags:
- "--noenable_bzlmod"
examples-ubuntu1804:
name: Examples on Ubuntu 18.04
platform: ubuntu1804
Expand All @@ -87,6 +103,10 @@ tasks:
- "//..."
test_targets:
- "//..."
build_flags:
- "--noenable_bzlmod"
test_flags:
- "--noenable_bzlmod"
examples-macos:
name: Examples on macOS
platform: macos
Expand All @@ -98,6 +118,10 @@ tasks:
- "//..."
test_targets:
- "//..."
build_flags:
- "--noenable_bzlmod"
test_flags:
- "--noenable_bzlmod"
examples-rbe_ubuntu1604:
name: Examples on Ubuntu 18.04 (RBE)
platform: rbe_ubuntu1604
Expand All @@ -111,8 +135,10 @@ tasks:
- "//..."
build_flags:
- "--config=remote"
- "--noenable_bzlmod"
test_flags:
- "--config=remote"
- "--noenable_bzlmod"
examples-rbe_ubuntu1604_no_strict_deps:
name: Examples on Ubuntu 18.04 (RBE) without strict deps
platform: rbe_ubuntu1604
Expand All @@ -127,6 +153,8 @@ tasks:
build_flags:
- "--config=remote"
- "--@rules_dotnet//dotnet/settings:strict_deps=false"
- "--noenable_bzlmod"
test_flags:
- "--config=remote"
- "--@rules_dotnet//dotnet/settings:strict_deps=false"
- "--noenable_bzlmod"

0 comments on commit 217b3f7

Please sign in to comment.