mirror of
https://github.com/ankitects/anki.git
synced 2026-04-04 19:26:51 -04:00
set local=False for python/protoc/clang
Suspect this will fix these repos being unnecessarily restarted on changes to the workspace.
This commit is contained in:
@@ -99,6 +99,6 @@ exports_files(["python"])
|
||||
|
||||
setup_local_python = repository_rule(
|
||||
implementation = _impl,
|
||||
local = True,
|
||||
local = False,
|
||||
attrs = {},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user