We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f82fb commit a8d63f4Copy full SHA for a8d63f4
os/BUILD
@@ -28,6 +28,11 @@ constraint_value(
28
constraint_setting = ":os",
29
)
30
31
+constraint_value(
32
+ name = "dragonflybsd",
33
+ constraint_setting = ":os",
34
+)
35
+
36
constraint_value(
37
name = "haiku",
38
@@ -132,3 +137,13 @@ constraint_value(
132
137
name = "uefi",
133
138
134
139
140
141
142
+ name = "redox",
143
144
145
146
147
+ name = "illumos",
148
149
0 commit comments