Explicitly enable workspace for some tasks (#540)
This commit is contained in:
parent
01244de9b0
commit
e8e9d218ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue