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

Fixes for --all_incompatible_changes #96

Closed brandjon closed 5 years ago

brandjon commented 5 years ago

This gets bazel build //... --all_incompatible_changes working with Bazel 0.23.

("Diffbased" on #95, but I don't know what the equivalent of diffbase is in github if any. Just ignore the docgen commit in this PR.)

Edit: To confirm and save you some time, the content of this PR is just 2 changed lines.

brandjon commented 5 years ago

(x-ref bazelbuild/bazel#7308 and bazelbuild/bazel#7347)

gpshead commented 5 years ago

The equivalent of a diffbase is using a new branch for every PR. I don't believe GH has a way to deal with chained PRs other than doing them as PR reviews within a fork before finally merging them all to the main dest repo?