File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set_cfg_modifiers([])
7
7
8
8
set_cfg_constructor(
9
9
aliases = struct(
10
- # Reindeer universe (//constraints:reindeer-universe )
10
+ # Workspace (//constraints:workspace )
11
11
compiler = "//constraints:compiler",
12
12
library = "//constraints:library",
13
13
# Bootstrap stage (//constraints:bootstrap-stage)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ constraint(
13
13
)
14
14
15
15
constraint (
16
- setting = "reindeer-universe " ,
16
+ setting = "workspace " ,
17
17
values = [
18
18
# Transitive dependencies of rust/library/.
19
19
"library" ,
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ platform = rule(
67
67
"transition" : attrs .list (attrs .configuration_label (), default = [
68
68
"//constraints:bootstrap-stage" ,
69
69
"//constraints:opt-level" ,
70
- "//constraints:reindeer-universe" ,
71
70
"//constraints:sysroot-deps" ,
71
+ "//constraints:workspace" ,
72
72
]),
73
73
},
74
74
is_configuration_rule = True ,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ configuration_transition(
5
5
name = "prune_cxx_configuration" ,
6
6
discard_settings = [
7
7
"rust//constraints:bootstrap-stage" ,
8
- "rust//constraints:reindeer-universe" ,
9
8
"rust//constraints:sysroot-deps" ,
9
+ "rust//constraints:workspace" ,
10
10
],
11
11
label = "cxx" ,
12
12
)
You can’t perform that action at this time.
0 commit comments