Skip to content

Commit

Permalink
Disable Bzlmod for last_green CI for now (#2294)
Browse files Browse the repository at this point in the history
Will enable it soon once Stardoc works with Bzlmod for us.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones authored Oct 17, 2023
1 parent d0180e6 commit 63c268b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ build --experimental_strict_conflict_checks
# https://github.com/bazelbuild/stardoc/issues/112
common --incompatible_allow_tags_propagation

# TODO: Remove once stardoc and our tests work with Bzlmod
common --noenable_bzlmod

# Add the PATH to the test environment so that common macOS tools can be found
# during a test run.
build --test_env=PATH
Expand Down
2 changes: 2 additions & 0 deletions test/apple_shell_testutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ function do_action() {

local -a bazel_options=(
"--announce_rc"
# TODO: Remove once our tests work with Bzlmod
"--noenable_bzlmod"
"--symlink_prefix=test-"
"--verbose_failures"
# Used so that if there's a single configuration transition, its output
Expand Down

0 comments on commit 63c268b

Please sign in to comment.