Mark host_platform_repo rule as local (#94)

So that it won't be vendored
This commit is contained in:
Yun Peng 2024-06-11 13:28:05 +02:00 committed by GitHub
parent 1b0d452dcf
commit 6114a702ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ host_platform_repo = repository_rule(
file contains a single <code>HOST_CONSTRAINTS</code> variable, which is a file contains a single <code>HOST_CONSTRAINTS</code> variable, which is a
list of strings, each of which is a label to a <code>constraint_value</code> list of strings, each of which is a label to a <code>constraint_value</code>
for the host platform.""", for the host platform.""",
local = True,
) )
def _host_platform_impl(module_ctx): def _host_platform_impl(module_ctx):