Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 972 Bytes

ext_lock_file.md

File metadata and controls

30 lines (17 loc) · 972 Bytes

The lock_repos extension.

lock_file

lock_file = use_extension("@rules_pycross//pycross/extensions:lock_file.bzl", "lock_file")
lock_file.instantiate(name, lock_file)

TAG CLASSES

instantiate

Create a repo given the Pycross-generated lock file.

Attributes

Name Description Type Mandatory Default
name The repo name. Name required
lock_file The lock file created by pycross_lock_file. Label required