Skip to content

Commit a9574ac

Browse files
committed
Bazel: default edition setting to cre
The CRE is a good default as it's available everywhere, including GitHub, and is expected to be more minimal than the other enterprise editions. Change-Id: I41e8b294b349a5cd86e9848d44b6e3a22d70b5c5
1 parent d0e23c0 commit a9574ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/cmk/edition/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])
44

55
string_flag(
66
name = "edition",
7-
build_setting_default = "UNSET",
7+
build_setting_default = "cre",
88
values = [
99
"cre",
1010
"cce",

0 commit comments

Comments
 (0)