File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -386,18 +386,18 @@ toolchain_aliases repo because referencing the `python` interpreter target from
386
386
this repo causes an eager fetch of the toolchain for the host platform.
387
387
""" ,
388
388
attrs = {
389
- "platforms" : attr .string_list (mandatory = True ),
390
- "python_version" : attr .string (mandatory = True ),
391
- "os_names" : attr .string_dict (
389
+ "archs" : attr .string_dict (
392
390
doc = """
393
391
If set, overrides the platform metadata. Keyed by index in `platforms`
394
392
""" ,
395
393
),
396
- "archs " : attr .string_dict (
394
+ "os_names " : attr .string_dict (
397
395
doc = """
398
396
If set, overrides the platform metadata. Keyed by index in `platforms`
399
397
""" ,
400
398
),
399
+ "platforms" : attr .string_list (mandatory = True ),
400
+ "python_version" : attr .string (mandatory = True ),
401
401
"_rule_name" : attr .string (default = "host_toolchain" ),
402
402
"_rules_python_workspace" : attr .label (default = Label ("//:WORKSPACE" )),
403
403
},
You can’t perform that action at this time.
0 commit comments