Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bzl (0.13 sec)

  1. ci/official/requirements_updater/updater_config_repository.bzl

        repository_ctx.file("BUILD", "")
        requirements_file_name = repository_ctx.os.environ.get("REQUIREMENTS_FILE_NAME", "requirements.in")
        repository_ctx.file(
            "updater_config_repository.bzl",
            "REQUIREMENTS_FILE_NAME = \"%s\"" %
            requirements_file_name,
        )
    
    updater_config_repository = repository_rule(
        implementation = _updater_config_repository_impl,
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Aug 31 18:17:57 GMT 2023
    - 718 bytes
    - Viewed (0)
Back to top