Skip to content

Commit

Permalink
Explicitly enable workspace for some tasks (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Sep 13, 2024
1 parent 01244de commit e8e9d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ tasks:
build_flags:
<<: *reusable_build_flags
? "--noenable_bzlmod"
? "--enable_workspace"
test_flags:
<<: *reusable_test_flags
? "--noenable_bzlmod"
? "--enable_workspace"
build_targets:
<<: *reusable_targets
# rules_pkg fails with --noenable_bzlmod
Expand Down

0 comments on commit e8e9d21

Please sign in to comment.