Aleksandr Sopliakov
Aleksandr Sopliakov
The commit introducing the problem is https://github.com/mavlink/mavlink/commit/f1d42e2774cae767a1c0651b0f95e3286c587257 generating C++ dialect gives the following output: ```sh ERROR: /home/wiz29/.cache/bazel/_bazel_wiz29/16df959b0e695745ca275009ddca6358/sandbox/linux-sandbox/275/execroot/_main/external/_main~third_party_extensions~mavlink/message_definitions/v1.0/common.xml:5221:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'field', attribute 'multiplier': The attribute 'multiplier' is not allowed. /home/wiz29/.cache/bazel/_bazel_wiz29/16df959b0e695745ca275009ddca6358/sandbox/linux-sandbox/275/execroot/_main/external/_main~third_party_extensions~mavlink/message_definitions/v1.0/common.xml:5222:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'field',...
The rules_pkg version: 0.9.1 ```bzl pkg_tar( name = "data", srcs = ["icon.png"], package_dir = "/", strip_prefix = "/mypackage/package", ) pkg_deb( name = "my_target", architecture = "amd64", built_using = "unzip", data...