google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
567 stars 69 forks source link

Development Best Practices #111

Open bajacondor opened 5 years ago

bajacondor commented 5 years ago

I'm working on writing Bazel rules that are executed by subpar python packages. When I specify the .par target as the executable label for the rule I keep getting an error from bazel saying Not a regular file: /private/var/tmp/_bazel_.../a256311e92234013bb6c7cb2b2b6cad9/external/distroless/package_manager/dpkg_parser.par

What is the best way to rapidly develop the python code and test against bazel rules?

Thanks for your patience.

bajacondor commented 5 years ago

Anyone have a good workflow for testing bazel with par binaries?