Skip to content

Commit dde0b35

Browse files
committed
Remove remainder of universe terminology
1 parent 644977a commit dde0b35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BUCK_TREE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set_cfg_modifiers([])
77

88
set_cfg_constructor(
99
aliases = struct(
10-
# Reindeer universe (//constraints:reindeer-universe)
10+
# Workspace (//constraints:workspace)
1111
compiler = "//constraints:compiler",
1212
library = "//constraints:library",
1313
# Bootstrap stage (//constraints:bootstrap-stage)

constraints/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ constraint(
1313
)
1414

1515
constraint(
16-
setting = "reindeer-universe",
16+
setting = "workspace",
1717
values = [
1818
# Transitive dependencies of rust/library/.
1919
"library",

platforms/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ platform = rule(
6767
"transition": attrs.list(attrs.configuration_label(), default = [
6868
"//constraints:bootstrap-stage",
6969
"//constraints:opt-level",
70-
"//constraints:reindeer-universe",
7170
"//constraints:sysroot-deps",
71+
"//constraints:workspace",
7272
]),
7373
},
7474
is_configuration_rule = True,

toolchains/cxx/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ configuration_transition(
55
name = "prune_cxx_configuration",
66
discard_settings = [
77
"rust//constraints:bootstrap-stage",
8-
"rust//constraints:reindeer-universe",
98
"rust//constraints:sysroot-deps",
9+
"rust//constraints:workspace",
1010
],
1111
label = "cxx",
1212
)

0 commit comments

Comments
 (0)