You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: make builtin build_python_zip flag optional for tests (bazel 10 compatibility) (#3507)
Starting in bazel 10, the build_python_zip flag is removed. This means
using
the flag in e.g. transitions no longer works, which breaks some of the
tests
that set the flag for testing.
To fix, don't set the flags or add them to transitions when running
under
bazel 10.
Fixes#3496
0 commit comments