You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates MODULE.bazel and WORKSPACE.bzlmod files to enable bazel-skylib
to work with the `--experimental_enable_bzlmod` flag.
rules_go has been updated as the previously used version is not
available in the BCR.
stardoc has been updated due to a strange issue with Bzlmod enabled that
caused the `diff_test` and `unittest` docs to be generated without any
contents that was magically fixed upon updating.
bazelbuild/bazel-central-registry#124
Co-authored-by: Alexandre Rostovtsev <[email protected]>
@@ -27,7 +27,7 @@ A bool-typed build setting that can be set on the command line
27
27
| <aid="bool_flag-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
28
28
29
29
30
-
<aid="#bool_setting"></a>
30
+
<aid="bool_setting"></a>
31
31
32
32
## bool_setting
33
33
@@ -45,7 +45,7 @@ A bool-typed build setting that cannot be set on the command line
45
45
| <aid="bool_setting-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
46
46
47
47
48
-
<aid="#int_flag"></a>
48
+
<aid="int_flag"></a>
49
49
50
50
## int_flag
51
51
@@ -63,7 +63,7 @@ An int-typed build setting that can be set on the command line
63
63
| <aid="int_flag-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
64
64
65
65
66
-
<aid="#int_setting"></a>
66
+
<aid="int_setting"></a>
67
67
68
68
## int_setting
69
69
@@ -81,7 +81,7 @@ An int-typed build setting that cannot be set on the command line
81
81
| <aid="int_setting-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
82
82
83
83
84
-
<aid="#string_flag"></a>
84
+
<aid="string_flag"></a>
85
85
86
86
## string_flag
87
87
@@ -100,7 +100,7 @@ A string-typed build setting that can be set on the command line
100
100
| <aid="string_flag-values"></a>values | The list of allowed values for this setting. An error is raised if any other value is given. | List of strings | optional |[]|
101
101
102
102
103
-
<aid="#string_list_flag"></a>
103
+
<aid="string_list_flag"></a>
104
104
105
105
## string_list_flag
106
106
@@ -118,7 +118,7 @@ A string list-typed build setting that can be set on the command line
118
118
| <aid="string_list_flag-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
119
119
120
120
121
-
<aid="#string_list_setting"></a>
121
+
<aid="string_list_setting"></a>
122
122
123
123
## string_list_setting
124
124
@@ -136,7 +136,7 @@ A string list-typed build setting that cannot be set on the command line
136
136
| <aid="string_list_setting-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
137
137
138
138
139
-
<aid="#string_setting"></a>
139
+
<aid="string_setting"></a>
140
140
141
141
## string_setting
142
142
@@ -155,7 +155,7 @@ A string-typed build setting that cannot be set on the command line
155
155
| <aid="string_setting-values"></a>values | The list of allowed values for this setting. An error is raised if any other value is given. | List of strings | optional |[]|
0 commit comments