Skip to content

go_proto_compiler does not preserve runfiles on the plugin #4513

@DolceTriade

Description

@DolceTriade

Suppose you have a proto compiler like:

go_proto_compiler(
    name = "go_opaque",
    options = [
        "myargs=somehting",
    ],
    plugin = "//my/cool:plugin",
    visibility = ["//visibility:public"],
    deps = PROTO_RUNTIME_DEPS + WELL_KNOWN_TYPES_APIV2,
)

And the plugin uses runfiles, then those runfiles are not included in the sandbox.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions