bazel: 3.3.1 -> 3.7.1

* remove python-shebang patch since it was integrated upstream[1]

[1]: https://github.com/bazelbuild/bazel/pull/11535/files
This commit is contained in:
Claudio Bley
2021-01-29 21:53:25 +01:00
parent 00fdb28e49
commit 71cda4f111
8 changed files with 230 additions and 167 deletions
@@ -47,6 +47,9 @@ def winsdk_configure(*args, **kw): pass
def register_local_rc_exe_toolchains(*args, **kw): pass
def register_toolchains(*args, **kw): pass
def debian_deps(): pass
def grpc_deps(): pass
def grpc_extra_deps(): pass
def bazel_skylib_workspace(): pass
# execute the WORKSPACE like it was python code in this module,
# using all the function stubs from above.