File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2626 awesome,
2727 substitutions,
2828 ]
29+ exclude :
30+ # In substitution example we use `string_keyed_label_dict`, which is not supported in bazel 7.0.0
31+ - bazel : 7.0.0
32+ subdir : substitutions
2933 runs-on : ${{ matrix.os }}
3034
3135 steps :
Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ make_var_substitution = rule(
8383)
8484` ` `
8585
86+ > [! IMPORTANT]
87+ > The ` string_keyed_label_dict` attribute is not available in bazel 7.0.0.
88+ > As an alternative, you can use two lists, one for the keys (strings) and one for the values (labels).
89+
8690Finally, the substitution rule can be used as a toolchain in the doxygen rule.
8791
8892All configurations using the make variable syntax will be replaced with the values defined in the make_var_substitution rule.
You can’t perform that action at this time.
0 commit comments