Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Incompatible search for main files #110

Open
nicmcd opened this issue Jun 21, 2019 · 0 comments
Open

Incompatible search for main files #110

nicmcd opened this issue Jun 21, 2019 · 0 comments

Comments

@nicmcd
Copy link

nicmcd commented Jun 21, 2019

Here is my py_binary rule:

py_binary(
    name = "testing",
    srcs = ["bin/testing.py"],
)

The py_binary rule finds the main file just fine even though it is in the bin directory. However, the following rule fails:

par_binary(
    name = "testing",
    srcs = ["bin/testing.py"],
)

I'm using Bazel version 0.26.1 and subpar 2.0.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant