bazel-differ icon indicating copy to clipboard operation
bazel-differ copied to clipboard

Support `--excludeExternalTargets`

Open jfirebaugh opened this issue 7 months ago • 0 comments

The external package no longer exists when --noenable_workspace is specified, causing bazel-differ to error:

ERROR: Skipping '//external:all-targets': no such package 'external': //external package is not available since the WORKSPACE file is disabled, please migrate to Bzlmod or temporarily enable WORKSPACE via --enable_workspace. See https://bazel.build/external/migration#bind-targets.

bazel-diff added the --excludeExternalTargets option to compensate. https://github.com/Tinder/bazel-diff/issues/236 / https://github.com/Tinder/bazel-diff/pull/246

jfirebaugh avatar May 21 '25 22:05 jfirebaugh