Skip to content

protoc tests do not run on Windows #120

@ghost

Description

Currently protoc tests don't pass on Windows.

Trying to run the bzlmod test results in this error:

$ bazelisk test //...

Executing tests from //:root_proto_lint
-----------------------------------------------------------------------------
'..' is not recognized as an internal or external command,
operable program or batch file.

Getting this working likely requires a bit of finagling as Bazel has poor support for formulating exec calls on its own and typically relies on sh a lot. Since our dependencies already require an MSys2 installation that Bazel is aware of (via BAZEL_SH) we should also feel free to rely on this to simplify our lives (though personally, I prefer to lean on PowerShell if we can easily do so.)

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