google / subpar

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

Make par_binary respect visibility #24

Closed mattmoor closed 7 years ago

mattmoor commented 7 years ago

Fixes https://github.com/google/subpar/issues/23

mattmoor commented 7 years ago

@duggelz FYI

duggelz commented 7 years ago

Looks like I need to fix the Travis config again.

mattmoor commented 7 years ago

This looks like a ~recent change to require cfg="host" or somesuch on executable rules. I'd guess this is just using an older set of rules (sass.bzl) with a newer Bazel release.

mattmoor commented 7 years ago

@damienmg FYI