Skip to content

runtime env toolchain is missing executable bit #2085

@rickeylev

Description

@rickeylev

The //python/runtime_env_toolchains file python/private/runtime_env_toolchain_interpreter.sh is missing the executable bit, which makes Bazel unable to execute the file when it's used.

This basically makes it not work as a runnable toolchain (though it works OK for a toolchain
that just needs to get past the build phase).

To fix, it just needs chmod +x added to it.

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