From e5c26a7b16bec641633b3d3f9c76fc3fa9cd4ca6 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Thu, 2 May 2024 22:00:10 +0100 Subject: [PATCH 1/3] chore: bump to `toolchain_utils@1.0.0-beta.6` --- MODULE.bazel | 2 +- MODULE.bazel.lock | 30 ++++++++++++++++-------------- e2e/MODULE.bazel.lock | 34 ++++++++++++++++++---------------- 3 files changed, 35 insertions(+), 31 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 53bcdea..8523de3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -7,7 +7,7 @@ module( ) bazel_dep(name = "bazel_skylib", version = "1.5.0") -bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.4") +bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.6") bazel_dep(name = "download_utils", version = "1.0.0-beta.2") bazel_dep(name = "rules_coreutils", version = "1.0.0-alpha.8") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 9f352a0..8c3dd5e 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1,11 +1,13 @@ { "lockFileVersion": 6, - "moduleFileHash": "06a53d6d6135e559b8d61fb15c371aebbd6d9da21c3dc541e4805793c8b0ba33", + "moduleFileHash": "5e236682b481c6c30b3c752f4ca5deaacc7c8dbd74bdd2eae669d605923d07a2", "flags": { "cmdRegistries": [ "https://bcr.bazel.build", "https://gitlab.arm.com/bazel/rules_download/-/releases/v1.0.0-alpha.8/downloads", - "https://gitlab.arm.com/bazel/rules_coreutils/-/releases/v1.0.0-alpha.6/downloads" + "https://gitlab.arm.com/bazel/rules_coreutils/-/releases/v1.0.0-alpha.6/downloads", + "https://bcr.bazel.build", + "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.2/downloads" ], "cmdModuleOverrides": {}, "allowedYankedVersions": [], @@ -256,7 +258,7 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "toolchain_utils": "toolchain_utils@1.0.0-beta.4", + "toolchain_utils": "toolchain_utils@1.0.0-beta.6", "download_utils": "download_utils@1.0.0-beta.2", "rules_coreutils": "rules_coreutils@1.0.0-alpha.8", "bazel_tools": "bazel_tools@_", @@ -293,10 +295,10 @@ } } }, - "toolchain_utils@1.0.0-beta.4": { + "toolchain_utils@1.0.0-beta.6": { "name": "toolchain_utils", - "version": "1.0.0-beta.4", - "key": "toolchain_utils@1.0.0-beta.4", + "version": "1.0.0-beta.6", + "key": "toolchain_utils@1.0.0-beta.6", "repoName": "toolchain_utils", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -304,9 +306,9 @@ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "toolchain_utils@1.0.0-beta.4", + "usingModule": "toolchain_utils@1.0.0-beta.6", "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.4/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", "line": 0, "column": 0 }, @@ -323,7 +325,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.4/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", "line": 15, "column": 8 } @@ -335,7 +337,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.4/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", "line": 21, "column": 9 } @@ -356,10 +358,10 @@ "ruleClassName": "http_archive", "attributes": { "urls": [ - "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.4/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" ], - "integrity": "sha512-GVDim8MC4/zegiD97LbDE2R4nYzsr1gjbx5KJG0VNNe27fEm00gv9o7x7fjxj42g//RU8yDqAOUuOmhuxvF+Kw==", - "strip_prefix": "toolchain_utils-v1.0.0-beta.4", + "integrity": "sha512-NX3FB0+TBG5SBsd8xdXYgpvPC1yj5oRjpyP9DEUAjTaFXgLEW4jO6rrV0E2yIhl/tXS6IZuiP34jAC2Cuef/Ag==", + "strip_prefix": "toolchain_utils-v1.0.0-beta.6", "remote_patches": {}, "remote_patch_strip": 0 } @@ -2603,7 +2605,7 @@ } ], "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.4", + "toolchain_utils": "toolchain_utils@1.0.0-beta.6", "download_utils": "download_utils@1.0.0-beta.2", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" diff --git a/e2e/MODULE.bazel.lock b/e2e/MODULE.bazel.lock index 5048db1..315f89a 100644 --- a/e2e/MODULE.bazel.lock +++ b/e2e/MODULE.bazel.lock @@ -5,7 +5,9 @@ "cmdRegistries": [ "https://bcr.bazel.build", "https://gitlab.arm.com/bazel/rules_download/-/releases/v1.0.0-alpha.8/downloads", - "https://gitlab.arm.com/bazel/rules_coreutils/-/releases/v1.0.0-alpha.6/downloads" + "https://gitlab.arm.com/bazel/rules_coreutils/-/releases/v1.0.0-alpha.6/downloads", + "https://bcr.bazel.build", + "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.2/downloads" ], "cmdModuleOverrides": {}, "allowedYankedVersions": [], @@ -15,7 +17,7 @@ "compatibilityMode": "ERROR" }, "localOverrideHashes": { - "rules_git": "06a53d6d6135e559b8d61fb15c371aebbd6d9da21c3dc541e4805793c8b0ba33", + "rules_git": "5e236682b481c6c30b3c752f4ca5deaacc7c8dbd74bdd2eae669d605923d07a2", "bazel_tools": "1ae69322ac3823527337acf02016e8ee95813d8d356f47060255b8956fa642f0" }, "moduleDepGraph": { @@ -350,7 +352,7 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "toolchain_utils": "toolchain_utils@1.0.0-beta.4", + "toolchain_utils": "toolchain_utils@1.0.0-beta.6", "download_utils": "download_utils@1.0.0-beta.2", "rules_coreutils": "rules_coreutils@1.0.0-alpha.8", "bazel_tools": "bazel_tools@_", @@ -519,7 +521,7 @@ } ], "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.4", + "toolchain_utils": "toolchain_utils@1.0.0-beta.6", "ape": "ape@1.0.0-alpha.3", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -733,10 +735,10 @@ } } }, - "toolchain_utils@1.0.0-beta.4": { + "toolchain_utils@1.0.0-beta.6": { "name": "toolchain_utils", - "version": "1.0.0-beta.4", - "key": "toolchain_utils@1.0.0-beta.4", + "version": "1.0.0-beta.6", + "key": "toolchain_utils@1.0.0-beta.6", "repoName": "toolchain_utils", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -744,9 +746,9 @@ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "toolchain_utils@1.0.0-beta.4", + "usingModule": "toolchain_utils@1.0.0-beta.6", "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.4/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", "line": 0, "column": 0 }, @@ -763,7 +765,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.4/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", "line": 15, "column": 8 } @@ -775,7 +777,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.4/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", "line": 21, "column": 9 } @@ -796,10 +798,10 @@ "ruleClassName": "http_archive", "attributes": { "urls": [ - "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.4/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" ], - "integrity": "sha512-GVDim8MC4/zegiD97LbDE2R4nYzsr1gjbx5KJG0VNNe27fEm00gv9o7x7fjxj42g//RU8yDqAOUuOmhuxvF+Kw==", - "strip_prefix": "toolchain_utils-v1.0.0-beta.4", + "integrity": "sha512-NX3FB0+TBG5SBsd8xdXYgpvPC1yj5oRjpyP9DEUAjTaFXgLEW4jO6rrV0E2yIhl/tXS6IZuiP34jAC2Cuef/Ag==", + "strip_prefix": "toolchain_utils-v1.0.0-beta.6", "remote_patches": {}, "remote_patch_strip": 0 } @@ -3043,7 +3045,7 @@ } ], "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.4", + "toolchain_utils": "toolchain_utils@1.0.0-beta.6", "download_utils": "download_utils@1.0.0-beta.2", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -10203,7 +10205,7 @@ } ], "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.4", + "toolchain_utils": "toolchain_utils@1.0.0-beta.6", "download_utils": "download_utils@1.0.0-beta.2", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" -- GitLab From 66cae7051b5e7e9bd39aa18c8bb3d120ce88e69b Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Thu, 2 May 2024 22:00:41 +0100 Subject: [PATCH 2/3] test: bump to `rules_diff@1.0.0-beta.2` Brings Apple Silicon and remote execution. --- e2e/MODULE.bazel | 2 +- e2e/MODULE.bazel.lock | 4247 +++++++++++++++++------------------------ 2 files changed, 1727 insertions(+), 2522 deletions(-) diff --git a/e2e/MODULE.bazel b/e2e/MODULE.bazel index 02a1847..1343c39 100644 --- a/e2e/MODULE.bazel +++ b/e2e/MODULE.bazel @@ -6,7 +6,7 @@ module( ) bazel_dep(name = "rules_git", version = "0.0.0") -bazel_dep(name = "rules_diff", version = "1.0.0-alpha.3") +bazel_dep(name = "rules_diff", version = "1.0.0-beta.2") local_path_override( module_name = "rules_git", diff --git a/e2e/MODULE.bazel.lock b/e2e/MODULE.bazel.lock index 315f89a..fb10c57 100644 --- a/e2e/MODULE.bazel.lock +++ b/e2e/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 6, - "moduleFileHash": "10340cfbd665e169cd1a156d84302e899f821f79133313adde7b2ac3afaa2a70", + "moduleFileHash": "d80b268923aad87e2b51bccda94ecc36a9eaab8899fa4e21606d39def2fc4072", "flags": { "cmdRegistries": [ "https://bcr.bazel.build", @@ -109,7 +109,7 @@ ], "deps": { "rules_git": "rules_git@_", - "rules_diff": "rules_diff@1.0.0-alpha.3", + "rules_diff": "rules_diff@1.0.0-beta.2", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -359,10 +359,10 @@ "local_config_platform": "local_config_platform@_" } }, - "rules_diff@1.0.0-alpha.3": { + "rules_diff@1.0.0-beta.2": { "name": "rules_diff", - "version": "1.0.0-alpha.3", - "key": "rules_diff@1.0.0-alpha.3", + "version": "1.0.0-beta.2", + "key": "rules_diff@1.0.0-beta.2", "repoName": "rules_diff", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -372,9 +372,9 @@ { "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", "extensionName": "toolchain_export", - "usingModule": "rules_diff@1.0.0-alpha.3", + "usingModule": "rules_diff@1.0.0-beta.2", "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 13, "column": 23 }, @@ -398,7 +398,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 20, "column": 23 } @@ -411,7 +411,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 20, "column": 23 } @@ -424,7 +424,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 20, "column": 23 } @@ -437,7 +437,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 20, "column": 23 } @@ -449,9 +449,9 @@ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "rules_diff@1.0.0-alpha.3", + "usingModule": "rules_diff@1.0.0-beta.2", "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 0, "column": 0 }, @@ -471,7 +471,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 25, "column": 17 } @@ -484,7 +484,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 25, "column": 17 } @@ -497,7 +497,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 25, "column": 17 } @@ -510,7 +510,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.2/MODULE.bazel", "line": 25, "column": 17 } @@ -522,7 +522,7 @@ ], "deps": { "toolchain_utils": "toolchain_utils@1.0.0-beta.6", - "ape": "ape@1.0.0-alpha.3", + "ape": "ape@1.0.0-beta.4", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -531,10 +531,10 @@ "ruleClassName": "http_archive", "attributes": { "urls": [ - "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0-alpha.3/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0-beta.2/downloads/src.tar.gz" ], - "integrity": "sha512-g8eVWXWcRpkiWjxs54Zua9tjdX/mTZV2yWslBrFqftvHDaCLxJQ1uXb4fRqC3pM1XKFouelMkviYZSMJaVAT8w==", - "strip_prefix": "rules_diff-v1.0.0-alpha.3", + "integrity": "sha512-ZAfkUE0c7Ax2EuM1vvl8w5YzWovrrz8OhKRXEr6RyRwteDLBOXTd3OPdMO0Vk0VTZ558xDJfstxP5OZpHHm3xw==", + "strip_prefix": "rules_diff-v1.0.0-beta.2", "remote_patches": {}, "remote_patch_strip": 0 } @@ -3064,29 +3064,36 @@ } } }, - "ape@1.0.0-alpha.3": { + "ape@1.0.0-beta.4": { "name": "ape", - "version": "1.0.0-alpha.3", - "key": "ape@1.0.0-alpha.3", + "version": "1.0.0-beta.4", + "key": "ape@1.0.0-beta.4", "repoName": "ape", "executionPlatformsToRegister": [], - "toolchainsToRegister": [], + "toolchainsToRegister": [ + "//ape/toolchain/..." + ], "extensionUsages": [ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "ape@1.0.0-alpha.3", + "usingModule": "ape@1.0.0-beta.4", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", "line": 0, "column": 0 }, "imports": { + "zig-0.11.0-arm64-darwin": "zig-0.11.0-arm64-darwin", + "zig": "zig", + "ape-m1.c": "ape-m1.c", + "ape-arm64.macho": "ape-arm64.macho", "ape-arm64.elf": "ape-arm64.elf", "ape-x86_64.elf": "ape-x86_64.elf", "ape-x86_64.macho": "ape-x86_64.macho", "ape.pe": "ape.pe", "launcher": "launcher", + "resolved-ape": "resolved-ape", "cosmos-awk": "cosmos-awk", "awk": "awk", "cosmos-b2sum": "cosmos-b2sum", @@ -3121,6 +3128,8 @@ "cksum": "cksum", "cosmos-clang-format": "cosmos-clang-format", "clang-format": "clang-format", + "cosmos-cmp": "cosmos-cmp", + "cmp": "cmp", "cosmos-comm": "cosmos-comm", "comm": "comm", "cosmos-cpuid": "cosmos-cpuid", @@ -3147,6 +3156,10 @@ "dircolors": "dircolors", "cosmos-dirname": "cosmos-dirname", "dirname": "dirname", + "cosmos-diff": "cosmos-diff", + "diff": "diff", + "cosmos-diff3": "cosmos-diff3", + "diff3": "diff3", "cosmos-du": "cosmos-du", "du": "du", "cosmos-emacs": "cosmos-emacs", @@ -3239,6 +3252,8 @@ "od": "od", "cosmos-paste": "cosmos-paste", "paste": "paste", + "cosmos-patch": "cosmos-patch", + "patch": "patch", "cosmos-pathchk": "cosmos-pathchk", "pathchk": "pathchk", "cosmos-pigz": "cosmos-pigz", @@ -3277,6 +3292,8 @@ "runcon": "runcon", "cosmos-script": "cosmos-script", "script": "script", + "cosmos-sdiff": "cosmos-sdiff", + "sdiff": "sdiff", "cosmos-sed": "cosmos-sed", "sed": "sed", "cosmos-seq": "cosmos-seq", @@ -3384,16 +3401,86 @@ "cosmos-zsh": "cosmos-zsh", "zsh": "zsh", "cosmos-zstd": "cosmos-zstd", - "zstd": "zstd", - "cli": "cli", - "diff": "diff", - "diff3": "diff3", - "sdiff": "sdiff", - "cmp": "cmp", - "patch": "patch" + "zstd": "zstd" }, "devImports": [], "tags": [ + { + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "attributeValues": { + "srcs": [ + "entrypoint", + "zig" + ], + "integrity": "sha256-xuv5J7sTpwfXQmdHSp9VMnTmSQb9Ib8cdaIL3oyt97I=", + "links": { + "zig-macos-aarch64-0.11.0/zig": "zig", + "zig": "entrypoint" + }, + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/zig/0.11.0/zig-macos-aarch64-0.11.0.tar.xz", + "https://ziglang.org/download/0.11.0/zig-macos-aarch64-0.11.0.tar.xz" + ], + "name": "zig-0.11.0-arm64-darwin" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 17, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/select:defs.bzl%toolchain_local_select", + "attributeValues": { + "map": { + "arm64-darwin": "@zig-0.11.0-arm64-darwin" + }, + "name": "zig" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 36, + "column": 7 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": false, + "integrity": "sha256-siSN87YY1f4LMWIEe8OCycM+61MmIVRAczNhQ28umGo=", + "output": "ape-m1.c", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.3.1/ape-m1.c", + "https://raw.githubusercontent.com/jart/cosmopolitan/3.3.3/ape/ape-m1.c" + ], + "name": "ape-m1.c" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 45, + "column": 14 + } + }, + { + "tagName": "//ape/compile:repository.bzl%compile", + "attributeValues": { + "srcs": [ + "@ape-m1.c" + ], + "output": "ape", + "zig": "@zig//:entrypoint", + "name": "ape-arm64.macho" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 58, + "column": 8 + } + }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { @@ -3401,14 +3488,15 @@ "integrity": "sha256-h3zL1GUkMGVCbLSjyrQ1GsrZGGSfhlZVa7YEiC7q0I8=", "output": "ape", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ape-arm64.elf" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-arm64.elf", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-arm64.elf" ], "name": "ape-arm64.elf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 18, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 66, "column": 18 } }, @@ -3419,14 +3507,15 @@ "integrity": "sha256-fBz4sk4bbdatfaOBcEXVgq2hRrTW7AxqRb6oMOOmX00=", "output": "ape", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ape-x86_64.elf" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.elf", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf" ], "name": "ape-x86_64.elf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 18, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 66, "column": 18 } }, @@ -3437,14 +3526,15 @@ "integrity": "sha256-btvd3YJTsgZojeJJGIrf2OuFDpw9nxmEMleBS5NsWZg=", "output": "ape", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ape-x86_64.macho" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.macho", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.macho" ], "name": "ape-x86_64.macho" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 18, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 66, "column": 18 } }, @@ -3455,8 +3545,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 34, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 85, "column": 3 } }, @@ -3467,32 +3557,47 @@ "arm64-linux": "@ape-arm64.elf", "amd64-linux": "@ape-x86_64.elf", "amd64-darwin": "@ape-x86_64.macho", + "arm64-darwin": "@ape-arm64.macho", "windows": "@ape.pe" }, "name": "launcher" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 38, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 87, "column": 7 } }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//ape/toolchain/ape:type", + "name": "resolved-ape" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 100, + "column": 9 + } + }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-f+uWrpvZmKp0icmVlTusCWs4TvqR2FrmOkQ1E7JEo/Q=", + "integrity": "sha256-S8i3mKq7mEtBZzo1Uu679YqnAWzkikcVdf4VqEqI070=", "output": "awk", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/awk" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/awk", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/awk" ], "name": "cosmos-awk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3504,8 +3609,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3513,17 +3618,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-C0A+VvLQwqWyZ43zLhgi3tX5X8mCSGUT4kBoTsCtsOA=", + "integrity": "sha256-hybI849qLSwgx7YJkQn7jWLMnagPL2HjvrKm/piVuhs=", "output": "b2sum", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/b2sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/b2sum", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/b2sum" ], "name": "cosmos-b2sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3535,8 +3641,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3544,17 +3650,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-UKvhDPWxj5CBiJcC8v22sLAkAMRbeyr0HgsQT3aRpJo=", + "integrity": "sha256-TZkpwZAqSQTHHcRwl88F8haL6d7vm8nzdB50IBU7Mlw=", "output": "base32", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/base32" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base32", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base32" ], "name": "cosmos-base32" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3566,8 +3673,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3575,17 +3682,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Ma0Uq9TjmARCgwZWzTBcuEFyIkMXUahQqms9sUQPYjE=", + "integrity": "sha256-5yuKsVWZrZm/uaI23z8UBm4KmrNy+V2iqP/yNIAfl00=", "output": "base64", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/base64" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base64", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base64" ], "name": "cosmos-base64" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3597,8 +3705,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3606,17 +3714,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wVt/L/UlzFofy0HnJzUxwSipYmqvpnWSYNffI6kHSOg=", + "integrity": "sha256-xKbtsOkcHIi9mW3aI1JGo9H3pqan8hBqfsPxoh3e32s=", "output": "basename", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/basename" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basename", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basename" ], "name": "cosmos-basename" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3628,8 +3737,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3637,17 +3746,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ss0EQU9BQPJDOhFS2kyr39G9ql6cme2hKhJ5LXu41No=", + "integrity": "sha256-RWpNzGmO/BjqSz9l6DEdOhFX5qoo1iHDJR8sNiahPe0=", "output": "basenc", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/basenc" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basenc", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basenc" ], "name": "cosmos-basenc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3659,8 +3769,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3668,17 +3778,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-817s6bXbU96XAE/lpw/bVjtaG/HZNkiM2orJBhKWaXY=", + "integrity": "sha256-a5aWfQrsx8zogqy1WCJ/sYEaNlxBbsY9lZVf4VMYTT0=", "output": "bash", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/bash" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bash", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bash" ], "name": "cosmos-bash" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3690,8 +3801,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3699,17 +3810,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-iRihZOPxJy8riq00G9QqyuDphQGZW87arvQa7wu5WJ0=", + "integrity": "sha256-9ZJIEqpYwPi0OqU7N8BSAOci5yKcdv9cBnD5ZGzkj8g=", "output": "berry", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/berry" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/berry", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/berry" ], "name": "cosmos-berry" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3721,8 +3833,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3730,17 +3842,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-5dbhyGt64HdqXrSmTVdOlpyVgW3A3FTcRy9JNKlETbE=", + "integrity": "sha256-Tm3e9kratlJPUF8d/+fIGyjmeBjX7NAkYDyiL4ks2jM=", "output": "brotli", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/brotli" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/brotli", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/brotli" ], "name": "cosmos-brotli" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3752,8 +3865,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3761,17 +3874,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-i0jxsBCz1axEaa9Kd1TFPTFwAVYFhbR6dGqUl/OfwYQ=", + "integrity": "sha256-lqfcO/t/s5f19EUnnV/oijc+iBnvmyblMAEM7FrcRZU=", "output": "bzip2", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/bzip2" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bzip2", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bzip2" ], "name": "cosmos-bzip2" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3783,8 +3897,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3792,17 +3906,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hxd0pfBMmXT44ii103FiMUI3pQYHj7UmNW4pqnw12HY=", + "integrity": "sha256-zn8YVGvKwuQoDg9YXAE+9nxYM4E8t004mwIyNrqVpbw=", "output": "cat", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cat" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cat", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cat" ], "name": "cosmos-cat" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3814,8 +3929,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3823,17 +3938,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-NKrTh2us8Pc67LI7udJg9JhlhobHU03laNr4U+5DhF8=", + "integrity": "sha256-qoL4zarrnBVQ+V6+xYnH4XCv856fUS/RxwQuBUGRFks=", "output": "chcon", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chcon" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chcon", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chcon" ], "name": "cosmos-chcon" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3845,8 +3961,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3854,17 +3970,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7KvHpFFsvhK981vIlGyegWuQhIzxY87lYcYfNB/qdC8=", + "integrity": "sha256-GoWZbn/c4+E+TQhqD6lIOMVWUDJnbp6Wk8SHU7zENoU=", "output": "chgrp", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chgrp" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chgrp", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chgrp" ], "name": "cosmos-chgrp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3876,8 +3993,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3885,17 +4002,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-XlKnJcZ1t7cdBKC2twaXC8/X6p7bSpnFoIDQ0xxdrhQ=", + "integrity": "sha256-LkN2ONSleTXKvpz/dYlk4m9UJRuCztov3+DlOEodXDE=", "output": "chown", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chown" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chown", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chown" ], "name": "cosmos-chown" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3907,8 +4025,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3916,17 +4034,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-lN46T08G7T85BC9L/q4k9vlLwNKWbyD0YkAclHWUGuw=", + "integrity": "sha256-jZbYqT/TwIpw6BO9FfJ3GxvklpKE0mBBXiNuGSbtsns=", "output": "chroot", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chroot" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chroot", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chroot" ], "name": "cosmos-chroot" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3938,8 +4057,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3947,17 +4066,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZN7kzOdpdzCUsa+1+2dsZ19980fhL5x7tnYdKRqW7OY=", + "integrity": "sha256-hfAnWqmktIYXHEiTaKWQL/fDXK7bnHQONkRKtaMd5J4=", "output": "cksum", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cksum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cksum", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cksum" ], "name": "cosmos-cksum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3969,8 +4089,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3981,14 +4101,15 @@ "integrity": "sha256-t1/HDaTZ/klR+VFONNcqj5uxgIm37dafKu5Mp99ecVQ=", "output": "clang-format", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/clang-format" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/clang-format", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/clang-format" ], "name": "cosmos-clang-format" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4000,8 +4121,40 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-8KPABEMCQeKSwHulagH5f382QOqkVpFp1Y3mohbcHk8=", + "output": "cmp", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cmp", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cmp" + ], + "name": "cosmos-cmp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-cmp//:cmp", + "name": "cmp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4009,17 +4162,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Z4pMcRlfC6n9KC5Z8cSZT5NA+e/0Zl30tW4zRB+Ml7I=", + "integrity": "sha256-uh4mLvzwY0QmCT32SRL/f0ubzXfszKpvb2ZtboQrNIA=", "output": "comm", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/comm" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/comm", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/comm" ], "name": "cosmos-comm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4031,8 +4185,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4040,17 +4194,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KZ7I9Vj0m0SYjYdlFCDsWAeZZHq5CL2V2/DiBJgVPFE=", + "integrity": "sha256-wAGvPA8axzW+XJ5w861q7IV518W7WMrZ/tbZ0Z78t1E=", "output": "cpuid", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cpuid" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cpuid", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cpuid" ], "name": "cosmos-cpuid" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4062,8 +4217,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4071,17 +4226,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-PnfIPYD2n2cZ8rxV26jvFiE6e+XROXGwhE6sbpjbPSY=", + "integrity": "sha256-nLz8hfRVZDGz/UVq1/Ge0j4Q06eSLgLxu4aRexwEelA=", "output": "csplit", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/csplit" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/csplit", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/csplit" ], "name": "cosmos-csplit" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4093,8 +4249,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4102,17 +4258,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-6GwrTt16hCzJ8EoVXQXoetwnOIOhBR4T4gX2PO/wIfQ=", + "integrity": "sha256-x/101oqxSvgRoQ9N9+sZkuC7/tV+zVnId4Jo4gX5PIU=", "output": "ctags", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ctags" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ctags", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ctags" ], "name": "cosmos-ctags" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4124,8 +4281,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4133,17 +4290,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jc8LNKBMlWgGeHW3Tum9M6AfV2a5PlLmJunmfs00q/M=", + "integrity": "sha256-54mSqLkXfwMSRZtPa2w2T8XuvE12o9QxJRQYmOGn1YY=", "output": "curl", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/curl" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/curl", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/curl" ], "name": "cosmos-curl" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4155,8 +4313,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4164,17 +4322,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-N6iYRU/Ue0YN1tW0YElHjCVe0aPrUtbSxWFaJUPXGAE=", + "integrity": "sha256-FDcHrxJ+CjkPOYFD/F7F9EOF93TKbU2/N7CHP8vte4I=", "output": "cut", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cut" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cut", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cut" ], "name": "cosmos-cut" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4186,8 +4345,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4195,17 +4354,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DQjaobzAoYxtxBvvDdyQLbTvjPV61HLMOahNEXz8dOM=", + "integrity": "sha256-AMQZpQl5cfVZ/1vZAn/SnuSGC34CkfPMXA9tQixE/zM=", "output": "dash", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dash" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dash", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dash" ], "name": "cosmos-dash" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4217,8 +4377,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4226,17 +4386,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ohY3OEDwK6DOSWfLFlUa/4MTTHd9kKGN8NYTwGyWOZA=", + "integrity": "sha256-hUDSYI+lpEhVX6zhFnNHu/N3bNfDeWSJQjkAzcoYCjA=", "output": "datasette", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/datasette" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/datasette", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/datasette" ], "name": "cosmos-datasette" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4248,8 +4409,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4257,17 +4418,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-4r91y6qrOb4PK5AQ23uY2lskgprTRGLwDTBOkMPF1/c=", + "integrity": "sha256-uNP3r6CkyURYW7vH5rR/FXMQpoBgiyW2sTn6qUEs0ao=", "output": "date", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/date" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/date", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/date" ], "name": "cosmos-date" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4279,8 +4441,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4288,17 +4450,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-rrkKRiH346Qfr/uwtOFe5x+Q3X1yajhCndbTxnkkiSI=", + "integrity": "sha256-VtOW2S2dzEAwP/5B9Qj4u/qZndNCo0lJrSqWX7Sd6vo=", "output": "df", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/df" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/df", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/df" ], "name": "cosmos-df" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4310,8 +4473,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4319,17 +4482,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-XfB99aziyrFfAHbOzI36cXPn+633uND4y02Mn9wTx98=", + "integrity": "sha256-oNxnS6F4pCNMedClbW/NFRRbP1XAwsdZpGJ2VsXug0g=", "output": "dir", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dir" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dir", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dir" ], "name": "cosmos-dir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4341,8 +4505,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4350,17 +4514,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FTu1gC+xUzR1NTxaXk9ZLu4Gp2ACwnQC2FvHJySd1/Q=", + "integrity": "sha256-ASzE+h3h/0XBA4vrOyPSKptSE0tJEpbfFtMN1nDhGa4=", "output": "dircolors", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dircolors" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dircolors", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dircolors" ], "name": "cosmos-dircolors" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4372,8 +4537,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4381,17 +4546,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-F9LmexRfLOqVyybPSXv+2xBhLakd8fnV01T/yZK78EU=", + "integrity": "sha256-EMAAvhNKylQI5YR1O3P1locWiIUpclMesgKAu9UWNec=", "output": "dirname", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dirname" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dirname", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dirname" ], "name": "cosmos-dirname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4403,8 +4569,72 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-1ZQPcT1/LLFKJRq8K1S7sICi4VumBRAt6FSVKejBDek=", + "output": "diff", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff" + ], + "name": "cosmos-diff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-diff//:diff", + "name": "diff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-ncg5o4aApr13g34awJ1oI4zfr9WqTq4JKCkwBXbWmF4=", + "output": "diff3", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff3", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff3" + ], + "name": "cosmos-diff3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-diff3//:diff3", + "name": "diff3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4412,17 +4642,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-cwPg/fIABRhBnlWOXTpC7GaIEi/L2vgMqPUAZ8vnxLA=", + "integrity": "sha256-XeQC8BcRZjuA+BCb+JRyRe+6wN3m3iVWZ7BIBF7guvA=", "output": "du", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/du" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/du", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/du" ], "name": "cosmos-du" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4434,8 +4665,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4443,17 +4674,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FHVaf2drHxbWKWpCc0pBlt8NNLiR6x6pX9KrhCkI5zM=", + "integrity": "sha256-DLJvKJfmHsrzgD7083fWvp3RFiUMvs3lvWk0xLH92z8=", "output": "emacs", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/emacs" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacs", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacs" ], "name": "cosmos-emacs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4465,8 +4697,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4474,17 +4706,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-2p9WFK4fF0vnJDUyNTd6a4jigqsQpp0aG41e0MQSJOM=", + "integrity": "sha256-6hH6jn2pBX9VsoU4v3u3Xol4MR/6vskzIOwvOhMH5M4=", "output": "emacsclient", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/emacsclient" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacsclient", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacsclient" ], "name": "cosmos-emacsclient" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4496,8 +4729,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4505,17 +4738,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KSmB7dXht0FmmkJB8JQnUw6uQIfG36SugQXyMdPKPso=", + "integrity": "sha256-Lm8iE0YBdvYwn4RMAyqiLWbVxqaEf2iNWilY3PPAGN4=", "output": "env", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/env" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/env", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/env" ], "name": "cosmos-env" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4527,8 +4761,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4536,17 +4770,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GDxdiCM3bnYQtE+brm6GgDN7EyjV+5vxYj1McQ/YGLQ=", + "integrity": "sha256-/hCOZX9bhwc5SjWQ9GIWwbcPCozCUWUKa/iuDv/ih2c=", "output": "expand", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/expand" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expand", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expand" ], "name": "cosmos-expand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4558,8 +4793,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4567,17 +4802,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GD2DSrlrlym+z+57/BUKL50paNN1QU6FGe1D3wxtnnk=", + "integrity": "sha256-31jw0oaJRgL3qHsBhGDc0TEuSNoAiBH8gyjzRzz87UE=", "output": "expr", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/expr" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expr", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expr" ], "name": "cosmos-expr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4589,8 +4825,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4598,17 +4834,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Pmziyh/iAkeaU/XHmAblS/4QfA6YDbml6qSX/yqVj6s=", + "integrity": "sha256-me2S4CN3G/KcERW/B86F9MbnvuQg4jaNPWoH4nUH7mk=", "output": "factor", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/factor" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/factor", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/factor" ], "name": "cosmos-factor" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4620,8 +4857,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4629,17 +4866,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FuIagCcD2snlx2D2D2k5+qhA2KXgWcoxMDY7O1qlE74=", + "integrity": "sha256-KuxblC3tmFtyDjUcdGIag/UVdOGhvxtvrJkRrP6qyl4=", "output": "false", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/false" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/false", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/false" ], "name": "cosmos-false" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4651,8 +4889,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4660,17 +4898,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-k3BJOldX6NzX1Aq/RX6Q6PQts/3l9IFR7BILMIDUkg8=", + "integrity": "sha256-7h4OC/Lz/iD7WkTxmvmSZOflw/E6gTMssKSz68qPCFw=", "output": "find", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/find" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/find", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/find" ], "name": "cosmos-find" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4682,8 +4921,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4691,17 +4930,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZjBJtahjGrr6Xll85ZZo+lTGEZNdaSksUNqpkpMqyrY=", + "integrity": "sha256-DB2vUqeSnUryfZj+qibUGKMs4Abcz6qzM3w6lawptsM=", "output": "fmt", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/fmt" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fmt", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fmt" ], "name": "cosmos-fmt" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4713,8 +4953,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4722,17 +4962,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-u5I83GpxaXBKFtzsJVJEWdQ1hJkpRmJGbQVHzjOYJ3w=", + "integrity": "sha256-TdlGtv30nM28eoUXx9jjhAf7Zj834R0SHz0yfbcrWio=", "output": "fold", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/fold" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fold", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fold" ], "name": "cosmos-fold" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4744,8 +4985,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4753,17 +4994,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-o5a22Uli7i9upNh3z9qwPRFv3vIF7hOSdYMCXz8ioQc=", + "integrity": "sha256-3J/jjvnCUMTfEyRc5RsxmVJw0jpSwmmzrEFO/u2/pQ8=", "output": "gmake", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/gmake" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gmake", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gmake" ], "name": "cosmos-gmake" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4775,8 +5017,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4784,17 +5026,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-2e6ANHtNrFdAKdmSAVBOYWacqaF9SxOhrwKesYwIfSc=", + "integrity": "sha256-jZ4Oj9zhG/UUB2QmhMdDsx4fTdL8/0xvBCHOK/rGSys=", "output": "greenbean", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/greenbean" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/greenbean", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/greenbean" ], "name": "cosmos-greenbean" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4806,8 +5049,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4815,17 +5058,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-btb7IC+1GiiU+CTMX4F7F8ESESShnVx90+Vz8uhgkkA=", + "integrity": "sha256-geISCmpxm4c2gwPnR+XjF47+j/mw2epm5qYEn5Vrvok=", "output": "grep", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/grep" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/grep", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/grep" ], "name": "cosmos-grep" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4837,8 +5081,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4846,17 +5090,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1hRskXbgQrpy3YedFo9SmYix5KUTJAV9cL6I0T/DF7c=", + "integrity": "sha256-64yeH5wPP7omE7VfLLH8HGWjyE7zgdzMF8oLpVz+5PY=", "output": "groups", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/groups" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/groups", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/groups" ], "name": "cosmos-groups" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4868,8 +5113,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4877,17 +5122,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-I4EetDV9GYYKHCNANar3iwNNZMJhJ9+KaQBkWyA0r7o=", + "integrity": "sha256-Lr5xxWMwjZjQUh2ODx/zDzTO3fx8Yw5694p1t7zG0AU=", "output": "head", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/head" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/head", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/head" ], "name": "cosmos-head" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4899,8 +5145,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4908,17 +5154,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-JtW0OHrUUwEaHsb03yfoawekOVad+XZ2sl8ZnM0+rYc=", + "integrity": "sha256-8JUzzmsMkhu2sc9w2I/nb8recinaAamgGe7JEQh98kI=", "output": "id", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/id" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/id", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/id" ], "name": "cosmos-id" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4930,8 +5177,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4939,17 +5186,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FT0vE0RtmwB2+ArCfbm59mou/sLQzymNvTqogiVpRTg=", + "integrity": "sha256-Iu1sv7WjlREuCQp3mgDxFCRf0byn5beC8JmHjWodb/M=", "output": "install", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/install" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/install", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/install" ], "name": "cosmos-install" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4961,8 +5209,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4970,17 +5218,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KVBK8dBkDM+LijUS4hi7zNsa18hZvJqNS6uWQMvxgWs=", + "integrity": "sha256-eb7PzIfyziQZ8LeauwpuES+YKemu52jmt0KgJ3pAzks=", "output": "join", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/join" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/join", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/join" ], "name": "cosmos-join" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4992,8 +5241,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5001,17 +5250,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-+4mYRIwPgtQ7BEoK7/E6vXx5iriV3vpk0eNrNI2kNh8=", + "integrity": "sha256-l4b6fMDZR4yHnP1ZpRVL2KfCOgbKDHZkUzo8wlZkMUA=", "output": "kill", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/kill" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/kill", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/kill" ], "name": "cosmos-kill" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5023,8 +5273,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5032,17 +5282,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ku05PfJLk7zICV/ljbzXavHBvnMlitaLcd3uJvfZcfU=", + "integrity": "sha256-pysLPyq9zi5gTcj+UTu41PgZsRnUAdYzATIUMiMEsQw=", "output": "less", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/less" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/less", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/less" ], "name": "cosmos-less" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5054,8 +5305,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5063,17 +5314,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8XQ3CXLLxo7ykT/+jGJovYCAzSEih6H4wnQ26+Q04lM=", + "integrity": "sha256-ui3H0RF4G0JHV9kbDIy5qviR+mKEN//98jHfznq8tO4=", "output": "life", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/life" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/life", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/life" ], "name": "cosmos-life" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5085,8 +5337,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5094,17 +5346,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-MRqILGFYuhtO470TDsIxfQe7NE1GrHjbWCnU2nb31QQ=", + "integrity": "sha256-HFtwRXzP/Z+pJTM/Yz7+AMXumO46HmvGGfsHE9vUox8=", "output": "link", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/link" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/link", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/link" ], "name": "cosmos-link" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5116,8 +5369,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5125,17 +5378,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Px+ZWWbcFLnnjuORljLehyqLBW3UIuGtEqQf3vnJXgo=", + "integrity": "sha256-EEOqXakHybI51BOxnBCHwLeYlwF8iSSx8p3Gxgcz0Qc=", "output": "links", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/links" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/links", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/links" ], "name": "cosmos-links" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5147,8 +5401,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5156,17 +5410,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-QevM7NFKo4T79iCOOu6JjAxVuoQHAiSi3zkYf3HQoHI=", + "integrity": "sha256-FtXuVwYLaC/DT3LPF8coiSMCEOmVVorVzqBYDDRtjyg=", "output": "ln", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ln" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ln", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ln" ], "name": "cosmos-ln" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5178,8 +5433,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5187,17 +5442,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zsyqygY6K+gwbw9Cw7j+JEjd1W4T66xKil7PqeFtfA8=", + "integrity": "sha256-ZQUPf3kqvmik5citQP+wJiHeOJWrcX4TIDLytEuRyyo=", "output": "locate", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/locate" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/locate", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/locate" ], "name": "cosmos-locate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5209,8 +5465,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5218,17 +5474,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-if+qby9Pyn2PT53NEIoPXW/xusX5N8TK6lFNhOYEk7A=", + "integrity": "sha256-IMIHQygOJnWQ2pPMqcFZwKURdNAZM5onxESxBcLM7kM=", "output": "logname", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/logname" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/logname", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/logname" ], "name": "cosmos-logname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5240,8 +5497,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5249,17 +5506,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-09ABdeL9W/aloHvspUOTk4s1qXPKelusGWs/fI5elBY=", + "integrity": "sha256-Fno6FUKMAA/8Uk2rsAauhr/b5uqeZcs2oAy+s8uHx3w=", "output": "ls", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ls" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ls", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ls" ], "name": "cosmos-ls" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5271,8 +5529,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5280,17 +5538,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-xuf+7nkxzN/uNIJ8j7adEqf6dvm3X+QT4LeDtRBeoBM=", + "integrity": "sha256-LRYoHAQg+M8kQKtX6gCjSvD4b9puEbTK2t4z6hyVW8I=", "output": "lua", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/lua" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lua", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lua" ], "name": "cosmos-lua" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5302,8 +5561,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5311,17 +5570,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hS8xfK0iRyQ51wndmPpRqC2iJfJzvk4OSPtdBNoDzIg=", + "integrity": "sha256-ymvYKyvlv31C6tdLYCVFfhaqvmZ5J37RDbxeGx/6rrI=", "output": "lz4", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/lz4" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lz4", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lz4" ], "name": "cosmos-lz4" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5333,8 +5593,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5342,17 +5602,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-oxtmxi2jmEKg2EX4gzBsmikSI3H56Cb4TL5JDLrHmes=", + "integrity": "sha256-98atSW2fzibEFrcpFy77A7IvnW0TtMEbeMKxicWb8FM=", "output": "make", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/make" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/make", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/make" ], "name": "cosmos-make" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5364,8 +5625,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5373,17 +5634,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-V02adwdclgCCznwYMv8TzulmGsJCj0nY6BbLm9+3BmI=", + "integrity": "sha256-1lNBqdyji+ttmR+4sIS6DXcJs6d+67gF0+Q3bUqNaIs=", "output": "md5sum", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/md5sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/md5sum", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/md5sum" ], "name": "cosmos-md5sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5395,8 +5657,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5404,17 +5666,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Qn7ki2D6CeAj35bXjjdtn8uoTIWvQzrJQgQW5YwVjNE=", + "integrity": "sha256-Z/dfvumWh0v8wr0l8ByZztaztwMkfekaOXNVnFLVxEk=", "output": "mkfifo", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mkfifo" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkfifo", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkfifo" ], "name": "cosmos-mkfifo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5426,8 +5689,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5435,17 +5698,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WuoCTQkW92gL+rkPEsIVekSW3T5jWpLe4d0tkEEVlto=", + "integrity": "sha256-C7rFuRsgVIA63trDx8rTpFGJztXbNAPMtNuqbzGeqdw=", "output": "mknod", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mknod" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mknod", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mknod" ], "name": "cosmos-mknod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5457,8 +5721,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5466,17 +5730,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-e4OIGcZD2+IeoysBxEx3+PzbkFxduS3t17Xh6APVTg0=", + "integrity": "sha256-GihMOG1RDJHUqphmOZPwkfEaVC4jC/X0kCRskpH09u8=", "output": "mktemp", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mktemp" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemp", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemp" ], "name": "cosmos-mktemp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5488,8 +5753,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5497,17 +5762,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ukMdMND+GwcBR+OdH6KDdHTYSOc1pKWAbYomyj9ZoOo=", + "integrity": "sha256-WreRwEGUss++hwxb+3Cttu72Voe4yi4E7Xyr9soCXps=", "output": "mktemper", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mktemper" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemper", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemper" ], "name": "cosmos-mktemper" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5519,8 +5785,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5528,17 +5794,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-E8aX3D/XXItFzwVS7UO3tCD2I4gCx9K7oqFjkWC+hEA=", + "integrity": "sha256-trc2X1Jg1JTviP+nbelsQvtMmgrh5gtF7fEijdDvkZY=", "output": "nano", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nano" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nano", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nano" ], "name": "cosmos-nano" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5550,8 +5817,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5559,17 +5826,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-3tEEU6VMPK8bwloRQ2CkLXD8+icXne+EBdHUtfYPsmw=", + "integrity": "sha256-JOqaQ2aNcGoiB3YdX2zLCGGD8kFr4Glv3PLPVej/nwc=", "output": "nesemu1", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nesemu1" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nesemu1", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nesemu1" ], "name": "cosmos-nesemu1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5581,8 +5849,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5590,17 +5858,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ukGk1uudFSnluQXKEtGsAIzL6JhXe4NaLC53QdcyK+E=", + "integrity": "sha256-+fHYlw1WIDX4kCzoTDYy5tqI/BdetF7WlxkJCWpJlrM=", "output": "nice", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nice" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nice", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nice" ], "name": "cosmos-nice" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5612,8 +5881,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5621,17 +5890,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-6vNW/WRG9QrsaksgbhhdEPyb9VgzATt2AEJj6jlyfmo=", + "integrity": "sha256-MdTFCVaBaiknlbcAXEshhc6P+QDEmNLH6NOt1bGbbu4=", "output": "ninja", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ninja" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ninja", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ninja" ], "name": "cosmos-ninja" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5643,8 +5913,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5652,17 +5922,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-per3cJdCvbTUMe1rs76QJ/E9eQYfUl4VVPafj0yJFHk=", + "integrity": "sha256-y5a/fgKdjraA7e+RUKZSh6BIQPviZsxu4720/yPzGUI=", "output": "nl", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nl" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nl", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nl" ], "name": "cosmos-nl" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5674,8 +5945,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5683,17 +5954,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-4eCoAypbSFOk/Bgq8jfyv2BPPP78iNLXb711CK8buGU=", + "integrity": "sha256-sTiFAUHIl+IF6N8wChBjYZj3NJg4vN461JPY9T1peo8=", "output": "nohup", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nohup" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nohup", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nohup" ], "name": "cosmos-nohup" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5705,8 +5977,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5714,17 +5986,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uKzADOYvOwHwG9Wc7v0EHPJdidt7Vx1CY0ur9QL0ziM=", + "integrity": "sha256-Dydu9oowmpkajx9rq006f5I4Z0BhP6EJv+S0xEjTRcU=", "output": "nproc", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nproc" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nproc", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nproc" ], "name": "cosmos-nproc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5736,8 +6009,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5745,17 +6018,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-CT5axyDY1ASWxzGJb+hDVTRiWqU2f8+CSzhehOdR/wY=", + "integrity": "sha256-7VTO7GYItNhcoqC7qixlY4dK7l0TgRFRBivCJjbls5Y=", "output": "numfmt", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/numfmt" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/numfmt", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/numfmt" ], "name": "cosmos-numfmt" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5767,8 +6041,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5776,17 +6050,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Hy0uDDsgdci74s+jI+R2Bkgj4LVaW0djddoqkzTebSE=", + "integrity": "sha256-RV+nBJ885wCxqLW8+UOEm3rQopQQhQ/rHuHJYrhZiYA=", "output": "od", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/od" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/od", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/od" ], "name": "cosmos-od" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5798,8 +6073,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5807,17 +6082,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Sa5G8cxyh5Vsr6kkf/wmwnos0KYwIUHNI1/dZ16n24U=", + "integrity": "sha256-d37G1PptmT8DvFYb0A51tHRAONW3k2xq4y8pFnbR/FA=", "output": "paste", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/paste" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/paste", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/paste" ], "name": "cosmos-paste" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5829,8 +6105,40 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-dUVoOS8qaaVAsTlHp5DnupNPB02ZBfVBYUNoFEQVfY4=", + "output": "patch", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/patch", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/patch" + ], + "name": "cosmos-patch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-patch//:patch", + "name": "patch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5838,17 +6146,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZjR+IGm8fv0b/hy4hmdi1xuxpoA5A7MR0AnGndlfTvc=", + "integrity": "sha256-qjcLXvmgW3bbARJqpE5PF1LdaVrvnQZVsmBFgTM5/JY=", "output": "pathchk", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pathchk" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pathchk", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pathchk" ], "name": "cosmos-pathchk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5860,8 +6169,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5869,17 +6178,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", + "integrity": "sha256-pvWipO8MGunU157lNj5pkNwMwDYSUFjtx7nWoNxBDw8=", "output": "pigz", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pigz" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pigz", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pigz" ], "name": "cosmos-pigz" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5891,8 +6201,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5900,17 +6210,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ObmAOis790fvuP+YpdxP9cyR5ISU6BB4G/8un3xR4ns=", + "integrity": "sha256-cCtYw56s7y1pYOCm/PNgp1Y+pgf8K0UjVVsikUIoJQE=", "output": "pinky", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pinky" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pinky", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pinky" ], "name": "cosmos-pinky" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5922,8 +6233,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5931,17 +6242,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-rcK6umgSKLv06PIV+glVDhKgPr79vfIodUEsZ7WyGaM=", + "integrity": "sha256-eaFRVXB2hGp2o9lYNSP+bb+sxOQ04bqCU2mDEmSIRN0=", "output": "pledge", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pledge" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pledge", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pledge" ], "name": "cosmos-pledge" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5953,8 +6265,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5962,17 +6274,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FVC8+/eRiBZ2MHpZNZRHrRMoDFLi4S9NRMVPQSWimOo=", + "integrity": "sha256-Cd292alJ/36s1BOyfPj+SDDCuMGsgduzsjHspANOguU=", "output": "pr", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pr" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pr", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pr" ], "name": "cosmos-pr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5984,8 +6297,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5993,17 +6306,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zoWUC3FJVC6a8iM2vmiEVNa4mjhmLo76aPkh2TXB+bc=", + "integrity": "sha256-sCxezf/rJ5S2Yw9ELAh8TD0MCUKhTjdwvLfHBVHUiyc=", "output": "printenv", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/printenv" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printenv", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printenv" ], "name": "cosmos-printenv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6015,8 +6329,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6024,17 +6338,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-myO0x/BQSNFuWWwDop0ph/WmO8tBsnxuTIoIzC6Xsaw=", + "integrity": "sha256-Q6HlaWrVneltekJ6JEceoU+yFzN9o9xpkI4UVwSXFrE=", "output": "printimage", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/printimage" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printimage", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printimage" ], "name": "cosmos-printimage" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6046,8 +6361,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6055,17 +6370,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-x6abLQHeAmLQN213aU0nx+4xfZSfWqlYWP7Fe+wueEs=", + "integrity": "sha256-Hv3T2mhutoeK16lpWmZ9f1pbKnJfu1GGc4nCiwBwJ4Q=", "output": "ptx", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ptx" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ptx", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ptx" ], "name": "cosmos-ptx" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6077,8 +6393,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6086,17 +6402,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RdIwQz9MZ5PaDIT9y0AY3YZHKYA/tUm8ylYf5RD0S8U=", + "integrity": "sha256-beUdC7B+HkPJsGjf/isqDL3QQ1gwypLBf32EC2tKa5g=", "output": "pwd", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pwd" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pwd", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pwd" ], "name": "cosmos-pwd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6108,8 +6425,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6117,17 +6434,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-mb3fmOwEqmunaoKZahHdRh2K8OuOSHFQQIc8Yddppic=", + "integrity": "sha256-492wiVHg7chVDxUrir3pOrY1OZ/2h8uKBwfD4gtLJuM=", "output": "pypack1", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pypack1" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pypack1", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pypack1" ], "name": "cosmos-pypack1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6139,8 +6457,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6148,17 +6466,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RvuLtLNsExsN10Mipa/ewh1Qr95a0dpOOJ+j3BBht2g=", + "integrity": "sha256-CuebA8IWxuoYr9HjVgyMLqf0kx23/OGIcS/tAsvPm98=", "output": "python", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/python" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/python", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/python" ], "name": "cosmos-python" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6170,8 +6489,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6179,17 +6498,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RmszlYwDkeSbX3xZ/0m/yQCgfbJNCflaQ0KHuz1lo/w=", + "integrity": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", "output": "qjs", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/qjs" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/qjs", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/qjs" ], "name": "cosmos-qjs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6201,8 +6521,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6210,17 +6530,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-3/0q9jntaXuBK5+3+FFiUHfnZhVsJILGRyw9C9jsDrM=", + "integrity": "sha256-n/FcF1jTFHmxvvh0UZeUbJOzse0mCIYEi7nFM0Wb2mg=", "output": "readlink", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/readlink" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/readlink", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/readlink" ], "name": "cosmos-readlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6232,8 +6553,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6241,17 +6562,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-+Wo9k1u/CGPqtTKgHDjdu6z7UraE444Ez82h69SIKm0=", + "integrity": "sha256-0SUHEaSMliLf0BRdXaEAUGbwAAKXEV8M7f/xnBmqPPE=", "output": "realpath", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/realpath" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/realpath", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/realpath" ], "name": "cosmos-realpath" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6263,8 +6585,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6272,17 +6594,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-+zB9iVZklOfgaynLhwQG1qTP+/xUZE2A2UyTTIz9iCk=", + "integrity": "sha256-b6+KyGmVKmo6iiSUuhRrkIMQ9Mnr8ZqZR64rxtg4BBE=", "output": "redbean", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/redbean" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/redbean", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/redbean" ], "name": "cosmos-redbean" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6294,8 +6617,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6303,17 +6626,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-olbEjveooS5XCXiLtsvXacsfR1l7AFndDB7XRLr3HwU=", + "integrity": "sha256-4yRCV2b4p4im2dCQka0gp7qbdbG0d5OmILbAErTEsF0=", "output": "rmdir", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/rmdir" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rmdir", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rmdir" ], "name": "cosmos-rmdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6325,8 +6649,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6334,17 +6658,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-bAJZ6fMDcOpiZ9eNiC/KySEoanb8ZnXL+LBgpOuc8s4=", + "integrity": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", "output": "rsync", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/rsync" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rsync", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rsync" ], "name": "cosmos-rsync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6356,8 +6681,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6365,17 +6690,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-m+7V7IWXjMBts1GcBvTn9yLZrekeJ2PnTIZPDPqbHyg=", + "integrity": "sha256-y4OAxP6BQPy2+Rk4qFtStsBtiwOlZLlr30Un6Tt8B1k=", "output": "runcon", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/runcon" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/runcon", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/runcon" ], "name": "cosmos-runcon" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6387,8 +6713,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6396,17 +6722,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-gF6Ux0AVHv3VK3ynVCDfwWSzCzcM6tbYUtAEYkE/Lto=", + "integrity": "sha256-He3EhRTNYIFHfDShoR69EPZW7USl/7gSM1ZB0uk+ie4=", "output": "script", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/script" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/script", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/script" ], "name": "cosmos-script" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6418,8 +6745,40 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-V8rMT2LlnNJ5nQDA+HRVtYBWeoHFCko3lSoyJMo/UTE=", + "output": "sdiff", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sdiff", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sdiff" + ], + "name": "cosmos-sdiff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sdiff//:sdiff", + "name": "sdiff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6427,17 +6786,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-mLD3mRX7R9we3IQpAZKC7c4mF2Nz7sG8s63Is0TkYcM=", + "integrity": "sha256-7z5mtxxjLL9ebC4V1cOpPjzArSxs1cIEsKizH4WPt3E=", "output": "sed", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sed" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sed", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sed" ], "name": "cosmos-sed" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6449,8 +6809,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6458,17 +6818,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-AkvogLBC9nwhq2rpaA1kL0Q4beb00QMrptcxpzXKjE0=", + "integrity": "sha256-OVOPZyBJJ9rcf1fnIU7ZvJuVTXN89cfXMGYGU1Es5Lo=", "output": "seq", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/seq" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/seq", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/seq" ], "name": "cosmos-seq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6480,8 +6841,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6489,17 +6850,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wDWmXDgJmeEuJUd5ER9ed1rGZRxJMwEe1uR7Jrm4r2o=", + "integrity": "sha256-2cL2GKl26qqr+FB3mKjhFPaIzPXCzxBiMfPOBYulFp0=", "output": "sha1sum", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha1sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha1sum", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha1sum" ], "name": "cosmos-sha1sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6511,8 +6873,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6520,17 +6882,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DPOKHJa+e04UNJm0ptGNf79Qpvdf3OCbAlHKLPFq3oM=", + "integrity": "sha256-Dk9BKP17F/la+gPizCvGjtTqa6/tZT0gTrp1vrKInbo=", "output": "sha224sum", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha224sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha224sum", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha224sum" ], "name": "cosmos-sha224sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6542,8 +6905,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6551,17 +6914,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-BpxhJqv/rboyFhYy31eq5Ym3eriHcGRqOGDdmbWwAuw=", + "integrity": "sha256-WIplUCNmB7rMDb3/LvrqwoIHaNFw29Etvu6ivX2kCgE=", "output": "sha256sum", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha256sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha256sum", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha256sum" ], "name": "cosmos-sha256sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6573,8 +6937,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6582,17 +6946,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Ak4+xM3+eGqXyWVghrgtAo80Fgeo6iXd10+K7tOd5HE=", + "integrity": "sha256-nLx1jTqjwSnhWO6eK+heIWHuterKu3B04nYkrp9Shrk=", "output": "sha384sum", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha384sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha384sum", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha384sum" ], "name": "cosmos-sha384sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6604,8 +6969,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6613,17 +6978,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-qq4HW+6hZ26U/TiN50QPdd710RpiPDjhrG/XfILWxE0=", + "integrity": "sha256-y8UewGoBGDMfq2wKHFijVN+NtWKLWZDPOAVQBIA7mSA=", "output": "sha512sum", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha512sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha512sum", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha512sum" ], "name": "cosmos-sha512sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6635,8 +7001,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6644,17 +7010,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7/edcRznrBT9DOKb05J39nRsjJ30LkH9Pz/5QUlsDH4=", + "integrity": "sha256-i8AEctRrGsvRs8Ly7XmK+XpgiZeQVVjIhQ7ie/Yy8yw=", "output": "shred", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/shred" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shred", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shred" ], "name": "cosmos-shred" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6666,8 +7033,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6675,17 +7042,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-X1v5hF6yG2zM78Qg85wcENzihXXmMZnBTZNleRCscL4=", + "integrity": "sha256-WIdP7u66G/XFPDgyCpBihZBgijdeinfBDjARp1K8QXk=", "output": "shuf", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/shuf" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shuf", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shuf" ], "name": "cosmos-shuf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6697,8 +7065,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6706,17 +7074,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-esGxinA9WyISgkcQ7sPIuC7B1SwQHMXmGTYHOhZvAx0=", + "integrity": "sha256-gtC/7PR5VvzgxL4FwBJ6VO6b0DN7uBYUc8oQcMeKHWY=", "output": "sleep", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sleep" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sleep", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sleep" ], "name": "cosmos-sleep" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6728,8 +7097,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6737,17 +7106,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Ar+SpUClNPT5OItQMiiYH7CBHnSoKHa1jjN32BjqMF4=", + "integrity": "sha256-nz0/ivLwTYtnvl4Xpl456rDfRickgpukdzdPFQy7Bu8=", "output": "sort", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sort" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sort", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sort" ], "name": "cosmos-sort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6759,8 +7129,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6768,17 +7138,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-A5nEGoaZdJ5p1j3s54rgp8/BEoBVakaRE4YAqAMMZbQ=", + "integrity": "sha256-LKP1sD1cxx+lTlkcxXX2Ew1w3ywOeIoUgnLbZ8ase88=", "output": "split", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/split" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/split", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/split" ], "name": "cosmos-split" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6790,8 +7161,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6799,17 +7170,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-IICFVnTkqMZ/c5PPtIStX89WtBnsmIg3z1qfFJEOXlE=", + "integrity": "sha256-MMV+VsI6iwk1U5gATzJEfKqFTRLcNjE6r0TSAmT/3O8=", "output": "sqlite3", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sqlite3" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sqlite3", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sqlite3" ], "name": "cosmos-sqlite3" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6821,8 +7193,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6830,17 +7202,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KO2xc+Vf2HdfUZPh2ItTxfun5CwFNsPQArjJ22fw/a8=", + "integrity": "sha256-VX1GgQICdH2+F5mmYc4WI7G4OT5FFI+Zy3fRw45aypU=", "output": "stat", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/stat" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stat", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stat" ], "name": "cosmos-stat" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6852,8 +7225,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6861,17 +7234,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-S2BXpqZxSI493gq3piyCqH3dwE+yxvvAL1WWxRVd844=", + "integrity": "sha256-pBDYJV6K2WuiZTqTkHusvezMBwuf9WeBKOYA/CVyuUI=", "output": "stty", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/stty" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stty", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stty" ], "name": "cosmos-stty" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6883,8 +7257,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6892,17 +7266,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Uoro6aH+YK1IIBditsXeyXhwAlR9vqLnLOQ9K8PRSuM=", + "integrity": "sha256-V4E8YCCny/DfQ6vaSupDsQpEF8eF265jIVKiffjExD8=", "output": "sum", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sum", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sum" ], "name": "cosmos-sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6914,8 +7289,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6923,17 +7298,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1iFwSaaAXI3pdNdfrMI9PychzSGJhy0UpDCDTwCn8/U=", + "integrity": "sha256-92eEiTPpnGEmb1ECuvSXMrAjY+mv/DPP7SMEokOIWNs=", "output": "sync", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sync" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sync", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sync" ], "name": "cosmos-sync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6945,8 +7321,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6954,17 +7330,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RG/VXzGH2MSwHLSQIG61wDmoNR5xYch3+xNbtDUROB4=", + "integrity": "sha256-wCJO+G4bdaTYMzOhZK0CqJbb1fEOmUTAgUrs/yKUi1c=", "output": "tac", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tac" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tac", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tac" ], "name": "cosmos-tac" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6976,8 +7353,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6985,17 +7362,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hdbjryLVn6c7MR/XX/UhaOS7+QKLYhrJUo+DsE3Xz/E=", + "integrity": "sha256-25wCKN+CWbZI7/zvmviGlkz4MN6R+mhScVo+BonuDy0=", "output": "tail", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tail" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tail", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tail" ], "name": "cosmos-tail" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7007,8 +7385,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7016,17 +7394,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-bK1q+UwoTLgbDi6UeY20FCH3MtJaoRpWV3DHd2U7Mbw=", + "integrity": "sha256-veeG74pMzsCwry2oKhbXtrODNLikp7S0Wv98vaAgTlE=", "output": "tar", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tar" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tar", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tar" ], "name": "cosmos-tar" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7038,8 +7417,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7047,17 +7426,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-TJTxJe2mWPIizG4s3vwgg3wrKjew5E+1wGKRrtx+el4=", + "integrity": "sha256-9nv7tmm8AZfZEIflRNwZz01qDR32aMkbAfhBQTxSgZs=", "output": "tee", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tee" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tee", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tee" ], "name": "cosmos-tee" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7069,8 +7449,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7078,17 +7458,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-djzefI/wv2XCnNfvFpjfTIJVly06qkSAsV4BoV0gUEo=", + "integrity": "sha256-njjQ967LtdtyVIr2LHLwNZcDjCh1ehqjf4vd4qs1xOY=", "output": "test", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/test" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/test", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/test" ], "name": "cosmos-test" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7100,8 +7481,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7109,17 +7490,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-20zyJkRs1n5tzbPTbXPfAt9CaVDsbpGZws8bddOY16E=", + "integrity": "sha256-lDaweZcW7rqo3azvmyGRNoIFwH6QfBX9hTtV5XgZMkc=", "output": "tidy", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tidy" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tidy", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tidy" ], "name": "cosmos-tidy" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7131,8 +7513,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7140,17 +7522,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-aasJBcTgrDU0Xs4V4UkUW8Wsle1EdXnPdf0Fymw0Fpc=", + "integrity": "sha256-/05So3XYe6Q1ZaLlg3CkexkMWeePhlCnfiN3FWj40q8=", "output": "timeout", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/timeout" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/timeout", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/timeout" ], "name": "cosmos-timeout" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7162,8 +7545,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7171,17 +7554,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZbW548NXsKv7puCJc+hHvF2hpYI7MQvZc//FAH7oTUI=", + "integrity": "sha256-8bdRHrTHAxbBe3jxvDWasMBTt9B/z/I25PZ/7BX8GlI=", "output": "tmux", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tmux" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tmux", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tmux" ], "name": "cosmos-tmux" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7193,8 +7577,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7202,17 +7586,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Qtxc3zlOZg2B3dXeUABQUcyFdjFCV6WPVQUr8DQP1qk=", + "integrity": "sha256-zhFuIvzfkzMi3FTIOumqd4GtGEVJpP/wBeU7/homOPI=", "output": "touch", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/touch" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/touch", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/touch" ], "name": "cosmos-touch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7224,8 +7609,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7233,17 +7618,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1l1OkCTePV8SDxVQyoTtvK0fHCR9Hf+ebHGh5gEriyY=", + "integrity": "sha256-IiVcClTzSTp1JmNOHSlcIayZvNHbVY42DnAE8/0Qesc=", "output": "tr", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tr" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tr", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tr" ], "name": "cosmos-tr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7255,8 +7641,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7264,17 +7650,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-B0m9Z2PoklikdfkbU1QyFsjlFkVzUemLSGmQTC/OL5I=", + "integrity": "sha256-cQ8mhq2xdF49vJUc7FloZUswVn72LJDTgxqtRoKCsiw=", "output": "tree", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tree" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tree", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tree" ], "name": "cosmos-tree" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7286,8 +7673,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7295,17 +7682,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Cp9RvWCvc8NmfZbMhdDz38cA8YJDVRswENEggHgEoVY=", + "integrity": "sha256-hYaiwy4ndHtQVXkue5IZqX6eGTEIG5hF9dFiJNwy0hE=", "output": "true", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/true" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/true", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/true" ], "name": "cosmos-true" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7317,8 +7705,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7326,17 +7714,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-/u7bZBCAYeEeEeST5/9z3pmy6bgP0FAGUaUOED/Rppo=", + "integrity": "sha256-WBM53lBcudr5o7aZXSFtGMAtTDOiTO5mzJXu93LKD30=", "output": "truncate", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/truncate" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/truncate", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/truncate" ], "name": "cosmos-truncate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7348,8 +7737,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7357,17 +7746,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uTgUXY/AU+WyqjwbCR5AS8O7wzN5pROWV1Jp0hmpykc=", + "integrity": "sha256-UpSUFlDED5YslxGn5tffiVOo+wXCkrHIcxn01I4h15s=", "output": "tsort", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tsort" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tsort", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tsort" ], "name": "cosmos-tsort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7379,8 +7769,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7388,17 +7778,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-q7ACSLuBRoj8S/6SACtld7x6LC/HbxTjGeY7vu/8ENg=", + "integrity": "sha256-yzZVpirempT1e3VfLqW/wh73Wg/MO9liJDJLRFqzOmE=", "output": "tty", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tty" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tty", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tty" ], "name": "cosmos-tty" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7410,8 +7801,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7419,17 +7810,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-30KPzAvNZ0hGPsi+hFXWgEQhItcB1bvRNJY+cokdcTo=", + "integrity": "sha256-80TSpREUXO5RJzkGhTYbDL1r31/JdiQ/9bojc0SJL5w=", "output": "ttyinfo", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ttyinfo" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ttyinfo", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ttyinfo" ], "name": "cosmos-ttyinfo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7441,8 +7833,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7450,17 +7842,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Q7/iZUHTlmCUQN6rw8cg7V+tb2A8RCDOnRfR9TZoMq4=", + "integrity": "sha256-nXUhnAnJZE2ibUTpzuPRuo3ZStSR5YsizSyzPvleEEg=", "output": "unbourne", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unbourne" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unbourne", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unbourne" ], "name": "cosmos-unbourne" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7472,8 +7865,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7481,17 +7874,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1aCgwxoQk7SzJXBlADz3cf/V2vMMcys0MQ3fwaICx2U=", + "integrity": "sha256-SyirSgmXz8cG1TAs5tZHbTIUEup4TobeFXKHUn8g1d0=", "output": "unexpand", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unexpand" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unexpand", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unexpand" ], "name": "cosmos-unexpand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7503,8 +7897,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7512,17 +7906,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-A6UVJI2TAChs4PaCnCbjOYK74QvhoPef+7iVhgV4urA=", + "integrity": "sha256-bRyARZw39jAZXgyGVm63r2V7r+xT3L4d90kAYVlDAZY=", "output": "uniq", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/uniq" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uniq", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uniq" ], "name": "cosmos-uniq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7534,8 +7929,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7543,17 +7938,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-utJGVV1+wC3tQEdJ9kvr1c17Co2ljegM/+0ASl1WlUQ=", + "integrity": "sha256-W4J4XLYs4yyT+7872Fv8RbOYtAlN62r4fXU83EXYZE0=", "output": "unlink", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unlink" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unlink", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unlink" ], "name": "cosmos-unlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7565,8 +7961,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7574,17 +7970,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-CuORPmGI+lGcTM34owoLe6NA5O3sO2z6s/u32+52Ay8=", + "integrity": "sha256-QDT5UL43QhBK1pdJvCJdpyTMkxWQPD57wAkCziGcYP4=", "output": "unzip", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unzip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unzip", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unzip" ], "name": "cosmos-unzip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7596,8 +7993,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7605,17 +8002,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-m/S29ntFqzWNnInIxt6M+G0bXQVRRJullJ6+Cn0t5FM=", + "integrity": "sha256-faDcCqiIAUWbsKqZdtVDIRgvV5NCmEGT8qxMzR6lGOg=", "output": "uptime", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/uptime" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uptime", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uptime" ], "name": "cosmos-uptime" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7627,8 +8025,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7636,17 +8034,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-i5UF16OR/uwcu/Zawzk0Qnj8ng5gKbwWcJQ075HRT/Y=", + "integrity": "sha256-isx4kM5na0c1MAcDdCcTnEIVB1HBCFKy757f47UD4tA=", "output": "users", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/users" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/users", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/users" ], "name": "cosmos-users" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7658,8 +8057,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7667,17 +8066,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-iXYsmmp973x1uSnX+4na5G8sHJ5K4Y9en1GX1h8w/Xc=", + "integrity": "sha256-fQcjUl1QVmkQ4oyDkiKx/y2V+r5BDMU1oFf3w/l+tmc=", "output": "vdir", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/vdir" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vdir", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vdir" ], "name": "cosmos-vdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7689,8 +8089,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7698,17 +8098,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-49xc858RJTKnORI8VR/qm+rWmw8685O40dyO3xA9MX4=", + "integrity": "sha256-S5D4PmAPPZ1WmQZmCAWFuIt3XdUHQoL9++LV7VTYtvI=", "output": "verynice", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/verynice" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/verynice", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/verynice" ], "name": "cosmos-verynice" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7720,8 +8121,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7729,17 +8130,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wf8JV2UJG15mrkruoVW5mCYRziO5+mYtoinHR/MH88o=", + "integrity": "sha256-onKJ/dqER14qtN3DMg7U0kU9EE1qvy+d4NyDl27tdUY=", "output": "vim", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/vim" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vim", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vim" ], "name": "cosmos-vim" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7751,8 +8153,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7760,17 +8162,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-yPDUoIdP/jcggElRwyiHqkS89gnVDzBzkCNwJfe8E9U=", + "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", "output": "wall", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/wall" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wall", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wall" ], "name": "cosmos-wall" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7782,8 +8185,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7791,17 +8194,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-0QcoEnBZYML3zxx+8F5OywXn5KlJ2put3tVTtenRivU=", + "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", "output": "wc", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/wc" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wc", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wc" ], "name": "cosmos-wc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7813,8 +8217,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7822,17 +8226,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Cc6S4q1wHliGSWDZl2WVxDz+9YEdum6tFA7PLvw/UII=", + "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", "output": "wget", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/wget" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wget", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wget" ], "name": "cosmos-wget" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7844,8 +8249,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7853,17 +8258,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-f/7aVNcB5lYIhOpfxiqch8S22b+nI25TrI2C2bSKXI8=", + "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", "output": "who", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/who" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/who", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/who" ], "name": "cosmos-who" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7875,8 +8281,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7884,17 +8290,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-71b9T2z17+0j8711Eyw1rWrrTBv39cIgqEk85KlWSXw=", + "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", "output": "whoami", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/whoami" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/whoami", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/whoami" ], "name": "cosmos-whoami" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7906,8 +8313,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7915,17 +8322,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-bP3uyxPEzbL5QeMJCTtvQPrhpiXut+iHTTeGuOCpNJg=", + "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", "output": "xargs", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/xargs" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xargs", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xargs" ], "name": "cosmos-xargs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7937,8 +8345,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7946,17 +8354,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-gTBKAnJyqP88kGYtlkZcdldoFU2J6VtcQCtfXfhrJDE=", + "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", "output": "xz", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/xz" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xz", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xz" ], "name": "cosmos-xz" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7968,8 +8377,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7977,17 +8386,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZGiA91He1rL0kZKHXUUH8qWmaLly/3QxtKO0R8avkbA=", + "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", "output": "yes", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/yes" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/yes", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/yes" ], "name": "cosmos-yes" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7999,8 +8409,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -8008,17 +8418,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Pba62aWW0gpT1wJK8Aa7HWwf3foaXnEUMxkfN8pZ01E=", + "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", "output": "zip", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/zip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zip", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zip" ], "name": "cosmos-zip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -8030,8 +8441,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -8039,17 +8450,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-JKePwqxk9+6vQbRdaGA/nZg0hNBn40mE3sKY1ftzxtQ=", + "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", "output": "zsh", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/zsh" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zsh", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zsh" ], "name": "cosmos-zsh" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -8061,8 +8473,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -8070,17 +8482,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-NBtbg/4vD4sgHfqxK9DiUzdtJgu3+lER8GYZ8irR40E=", + "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", "output": "zstd", "urls": [ - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/zstd" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zstd", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zstd" ], "name": "cosmos-zstd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 54, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -8092,92 +8505,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 61, - "column": 23 - } - }, - { - "tagName": "@download_utils//download/archive:defs.bzl%download_archive", - "attributeValues": { - "srcs": [ - "bin/*" - ], - "integrity": "sha256-ky+wwBWUS38eUFu5O3q/w7S2l7UGSJEDZAuYLmKGjc8=", - "urls": [ - "https://github.com/ahgamut/superconfigure/releases/download/z0.0.33/cli.zip" - ], - "name": "cli" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 224, - "column": 17 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cli//:bin/diff", - "name": "diff" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 233, - "column": 23 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cli//:bin/diff3", - "name": "diff3" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 233, - "column": 23 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cli//:bin/sdiff", - "name": "sdiff" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 233, - "column": 23 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cli//:bin/cmp", - "name": "cmp" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 233, - "column": 23 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cli//:bin/patch", - "name": "patch" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 233, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 123, "column": 23 } } @@ -8188,10 +8517,10 @@ { "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", "extensionName": "toolchain_export", - "usingModule": "ape@1.0.0-alpha.3", + "usingModule": "ape@1.0.0-beta.4", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 50, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 109, "column": 23 }, "imports": {}, @@ -8205,8 +8534,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8218,8 +8547,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8231,8 +8560,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8244,8 +8573,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8257,8 +8586,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8270,8 +8599,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8283,8 +8612,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8296,8 +8625,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8309,8 +8638,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8322,8 +8651,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8335,8 +8664,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8348,8 +8677,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8361,8 +8690,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8374,8 +8703,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8387,8 +8716,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8400,8 +8729,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8413,34 +8742,47 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-comm", - "target": "@comm" + "name": "ape-cmp", + "target": "@cmp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-cpuid", - "target": "@cpuid" + "name": "ape-comm", + "target": "@comm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cpuid", + "target": "@cpuid" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8452,8 +8794,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8465,8 +8807,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8478,8 +8820,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8491,8 +8833,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8504,8 +8846,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8517,8 +8859,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8530,8 +8872,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8543,8 +8885,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8556,8 +8898,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8569,8 +8911,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8582,8 +8924,34 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-diff", + "target": "@diff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-diff3", + "target": "@diff3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8595,8 +8963,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8608,8 +8976,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8621,8 +8989,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8634,8 +9002,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8647,8 +9015,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8660,8 +9028,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8673,8 +9041,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8686,8 +9054,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8699,8 +9067,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8712,8 +9080,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8725,8 +9093,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8738,8 +9106,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8751,8 +9119,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8764,8 +9132,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8777,8 +9145,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8790,8 +9158,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8803,8 +9171,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8816,8 +9184,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8829,8 +9197,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8842,8 +9210,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8855,8 +9223,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8868,8 +9236,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8881,8 +9249,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8894,8 +9262,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8907,8 +9275,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8920,8 +9288,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8933,8 +9301,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8946,8 +9314,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8959,8 +9327,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8972,8 +9340,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8985,8 +9353,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8998,8 +9366,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9011,8 +9379,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9024,8 +9392,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9037,8 +9405,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9050,8 +9418,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9063,8 +9431,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9076,8 +9444,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9089,8 +9457,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9102,8 +9470,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9115,8 +9483,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9128,8 +9496,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9141,8 +9509,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9154,8 +9522,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9167,8 +9535,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9180,8 +9548,21 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-patch", + "target": "@patch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9193,8 +9574,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9206,8 +9587,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9219,8 +9600,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9232,8 +9613,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9245,8 +9626,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9258,8 +9639,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9271,8 +9652,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9284,8 +9665,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9297,8 +9678,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9310,8 +9691,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9323,8 +9704,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9336,8 +9717,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9349,8 +9730,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9362,8 +9743,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9375,8 +9756,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9388,8 +9769,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9401,8 +9782,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9414,8 +9795,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9427,8 +9808,21 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sdiff", + "target": "@sdiff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9440,8 +9834,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9453,8 +9847,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9466,8 +9860,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9479,8 +9873,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9492,8 +9886,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9505,8 +9899,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9518,8 +9912,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9531,8 +9925,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9544,8 +9938,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9557,8 +9951,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9570,8 +9964,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9583,8 +9977,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9596,8 +9990,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9609,8 +10003,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9622,8 +10016,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9635,8 +10029,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9648,8 +10042,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9661,8 +10055,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9674,8 +10068,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9687,8 +10081,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9700,8 +10094,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9713,8 +10107,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9726,8 +10120,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9739,8 +10133,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9752,8 +10146,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9765,8 +10159,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9778,8 +10172,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9791,8 +10185,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9804,8 +10198,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9817,8 +10211,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9830,8 +10224,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9843,8 +10237,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9856,8 +10250,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9869,8 +10263,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9882,8 +10276,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9895,8 +10289,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9908,8 +10302,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9921,8 +10315,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9934,8 +10328,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9947,8 +10341,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9960,8 +10354,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9973,8 +10367,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9986,8 +10380,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9999,8 +10393,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10012,8 +10406,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10025,8 +10419,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10038,8 +10432,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10051,8 +10445,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10064,8 +10458,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10077,8 +10471,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10090,8 +10484,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10103,8 +10497,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10116,8 +10510,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -10129,73 +10523,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 65, - "column": 23 - } - }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-diff", - "target": "@diff" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 237, - "column": 23 - } - }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-diff3", - "target": "@diff3" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 237, - "column": 23 - } - }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-sdiff", - "target": "@sdiff" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 237, - "column": 23 - } - }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-cmp", - "target": "@cmp" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 237, - "column": 23 - } - }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-patch", - "target": "@patch" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.3/MODULE.bazel", - "line": 237, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.4/MODULE.bazel", + "line": 127, "column": 23 } } @@ -10215,10 +10544,10 @@ "ruleClassName": "http_archive", "attributes": { "urls": [ - "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-alpha.3/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.4/downloads/src.tar.gz" ], - "integrity": "sha512-JdEQJfZEAFr6S17FHuuLNU/59advG/bsj0d+RkwR0yzKg3vCX0fG9IQpslyTzL5lmNl7ieYRxGm8wktUykdZWw==", - "strip_prefix": "ape-v1.0.0-alpha.3", + "integrity": "sha512-3qhOHBqfEGQOlf0v9IZQyJmMtw25DaZhK+EMTydPuDvsI9H6chtg8ZXg+pnJihbbzhptVI8NXPKZ3iiYIwSgOw==", + "strip_prefix": "ape-v1.0.0-beta.4", "remote_patches": {}, "remote_patch_strip": 0 } @@ -11608,1130 +11937,6 @@ ] ] } - }, - "@@toolchain_utils~//toolchain/export:defs.bzl%toolchain_export": { - "general": { - "bzlTransitiveDigest": "n2fd+/jiAv/nvvi2WUR+VQxI3aTZGNuhuX/NuFhw5fM=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "ape-pledge": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~pledge//:pledge" - } - }, - "ape-basenc": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~basenc//:basenc" - } - }, - "ape-pwd": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~pwd//:pwd" - } - }, - "ape-xargs": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~xargs//:xargs" - } - }, - "ape-md5sum": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~md5sum//:md5sum" - } - }, - "ape-cut": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~cut//:cut" - } - }, - "ape-date": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~date//:date" - } - }, - "ape-nl": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~nl//:nl" - } - }, - "ape-expand": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~expand//:expand" - } - }, - "ape-ttyinfo": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~ttyinfo//:ttyinfo" - } - }, - "ape-verynice": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~verynice//:verynice" - } - }, - "ape-cmp": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~cmp//:cmp" - } - }, - "ape-dirname": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~dirname//:dirname" - } - }, - "ape-sum": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sum//:sum" - } - }, - "ape-unexpand": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~unexpand//:unexpand" - } - }, - "ape-sdiff": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sdiff//:sdiff" - } - }, - "ape-pigz": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~pigz//:pigz" - } - }, - "ape-nano": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~nano//:nano" - } - }, - "ape-zsh": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~zsh//:zsh" - } - }, - "ape-datasette": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~datasette//:datasette" - } - }, - "ape-sha384sum": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sha384sum//:sha384sum" - } - }, - "ape-dircolors": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~dircolors//:dircolors" - } - }, - "ape-rsync": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~rsync//:rsync" - } - }, - "ape-sed": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sed//:sed" - } - }, - "ape-sha512sum": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sha512sum//:sha512sum" - } - }, - "ape-nproc": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~nproc//:nproc" - } - }, - "ape-find": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~find//:find" - } - }, - "ape-pinky": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~pinky//:pinky" - } - }, - "ape-mktemp": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~mktemp//:mktemp" - } - }, - "ape-bash": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~bash//:bash" - } - }, - "ape-mkfifo": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~mkfifo//:mkfifo" - } - }, - "ape-tmux": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tmux//:tmux" - } - }, - "ape-users": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~users//:users" - } - }, - "ape-head": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~head//:head" - } - }, - "ape-seq": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~seq//:seq" - } - }, - "diff": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@toolchain_utils~~toolchain_export~ape-diff//:ape-diff" - } - }, - "ape-printenv": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~printenv//:printenv" - } - }, - "ape-lz4": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~lz4//:lz4" - } - }, - "ape-sqlite3": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sqlite3//:sqlite3" - } - }, - "ape-od": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~od//:od" - } - }, - "ape-tsort": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tsort//:tsort" - } - }, - "ape-chcon": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~chcon//:chcon" - } - }, - "ape-shred": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~shred//:shred" - } - }, - "ape-tidy": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tidy//:tidy" - } - }, - "ape-wall": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~wall//:wall" - } - }, - "ape-split": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~split//:split" - } - }, - "ape-berry": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~berry//:berry" - } - }, - "ape-groups": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~groups//:groups" - } - }, - "ape-base64": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~base64//:base64" - } - }, - "ape-grep": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~grep//:grep" - } - }, - "ape-wc": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~wc//:wc" - } - }, - "ape-chown": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~chown//:chown" - } - }, - "ape-ctags": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~ctags//:ctags" - } - }, - "ape-locate": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~locate//:locate" - } - }, - "ape-ls": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~ls//:ls" - } - }, - "ape-factor": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~factor//:factor" - } - }, - "ape-life": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~life//:life" - } - }, - "ape-expr": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~expr//:expr" - } - }, - "ape-link": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~link//:link" - } - }, - "ape-ninja": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~ninja//:ninja" - } - }, - "ape-qjs": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~qjs//:qjs" - } - }, - "cmp": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@toolchain_utils~~toolchain_export~ape-cmp//:ape-cmp" - } - }, - "ape-df": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~df//:df" - } - }, - "ape-ln": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~ln//:ln" - } - }, - "ape-b2sum": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~b2sum//:b2sum" - } - }, - "ape-tr": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tr//:tr" - } - }, - "ape-unlink": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~unlink//:unlink" - } - }, - "ape-diff": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~diff//:diff" - } - }, - "ape-unbourne": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~unbourne//:unbourne" - } - }, - "ape-dir": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~dir//:dir" - } - }, - "ape-fmt": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~fmt//:fmt" - } - }, - "ape-fold": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~fold//:fold" - } - }, - "ape-make": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~make//:make" - } - }, - "ape-mktemper": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~mktemper//:mktemper" - } - }, - "ape-base32": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~base32//:base32" - } - }, - "ape-chgrp": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~chgrp//:chgrp" - } - }, - "ape-tac": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tac//:tac" - } - }, - "ape-touch": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~touch//:touch" - } - }, - "ape-python": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~python//:python" - } - }, - "ape-uptime": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~uptime//:uptime" - } - }, - "ape-clang-format": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~clang-format//:clang-format" - } - }, - "ape-comm": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~comm//:comm" - } - }, - "ape-tar": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tar//:tar" - } - }, - "ape-false": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~false//:false" - } - }, - "ape-rmdir": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~rmdir//:rmdir" - } - }, - "ape-paste": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~paste//:paste" - } - }, - "ape-du": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~du//:du" - } - }, - "ape-links": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~links//:links" - } - }, - "ape-nohup": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~nohup//:nohup" - } - }, - "sdiff": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@toolchain_utils~~toolchain_export~ape-sdiff//:ape-sdiff" - } - }, - "diff3": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@toolchain_utils~~toolchain_export~ape-diff3//:ape-diff3" - } - }, - "ape-basename": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~basename//:basename" - } - }, - "ape-sha256sum": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sha256sum//:sha256sum" - } - }, - "ape-greenbean": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~greenbean//:greenbean" - } - }, - "ape-who": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~who//:who" - } - }, - "ape-curl": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~curl//:curl" - } - }, - "ape-join": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~join//:join" - } - }, - "ape-printimage": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~printimage//:printimage" - } - }, - "ape-diff3": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~diff3//:diff3" - } - }, - "ape-pathchk": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~pathchk//:pathchk" - } - }, - "ape-script": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~script//:script" - } - }, - "ape-cat": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~cat//:cat" - } - }, - "ape-emacs": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~emacs//:emacs" - } - }, - "ape-csplit": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~csplit//:csplit" - } - }, - "ape-kill": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~kill//:kill" - } - }, - "ape-emacsclient": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~emacsclient//:emacsclient" - } - }, - "ape-nice": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~nice//:nice" - } - }, - "ape-timeout": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~timeout//:timeout" - } - }, - "ape-chroot": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~chroot//:chroot" - } - }, - "ape-mknod": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~mknod//:mknod" - } - }, - "ape-sha224sum": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sha224sum//:sha224sum" - } - }, - "ape-yes": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~yes//:yes" - } - }, - "ape-gmake": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~gmake//:gmake" - } - }, - "ape-numfmt": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~numfmt//:numfmt" - } - }, - "ape-tail": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tail//:tail" - } - }, - "ape-bzip2": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~bzip2//:bzip2" - } - }, - "ape-env": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~env//:env" - } - }, - "ape-vdir": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~vdir//:vdir" - } - }, - "ape-patch": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~patch//:patch" - } - }, - "ape-realpath": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~realpath//:realpath" - } - }, - "ape-ptx": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~ptx//:ptx" - } - }, - "ape-awk": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~awk//:awk" - } - }, - "ape-stat": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~stat//:stat" - } - }, - "ape-brotli": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~brotli//:brotli" - } - }, - "ape-lua": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~lua//:lua" - } - }, - "ape-nesemu1": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~nesemu1//:nesemu1" - } - }, - "ape-wget": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~wget//:wget" - } - }, - "ape-tty": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tty//:tty" - } - }, - "ape-unzip": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~unzip//:unzip" - } - }, - "ape-pr": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~pr//:pr" - } - }, - "ape-whoami": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~whoami//:whoami" - } - }, - "ape-xz": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~xz//:xz" - } - }, - "ape-uniq": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~uniq//:uniq" - } - }, - "coreutils": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@rules_coreutils~~_repo_rules~coreutils//:coreutils" - } - }, - "ape-readlink": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~readlink//:readlink" - } - }, - "ape-zstd": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~zstd//:zstd" - } - }, - "ape-cksum": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~cksum//:cksum" - } - }, - "ape-tee": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tee//:tee" - } - }, - "ape-sha1sum": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sha1sum//:sha1sum" - } - }, - "ape-logname": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~logname//:logname" - } - }, - "ape-sort": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sort//:sort" - } - }, - "ape-tree": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~tree//:tree" - } - }, - "ape-less": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~less//:less" - } - }, - "ape-vim": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~vim//:vim" - } - }, - "ape-dash": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~dash//:dash" - } - }, - "ape-redbean": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~redbean//:redbean" - } - }, - "ape-sync": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sync//:sync" - } - }, - "ape-install": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~install//:install" - } - }, - "ape-shuf": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~shuf//:shuf" - } - }, - "ape-stty": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~stty//:stty" - } - }, - "ape-zip": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~zip//:zip" - } - }, - "ape-id": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~id//:id" - } - }, - "ape-truncate": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~truncate//:truncate" - } - }, - "ape-runcon": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~runcon//:runcon" - } - }, - "ape-true": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~true//:true" - } - }, - "ape-pypack1": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~pypack1//:pypack1" - } - }, - "ape-cpuid": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~cpuid//:cpuid" - } - }, - "ape-sleep": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~sleep//:sleep" - } - }, - "ape-test": { - "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "target": "@@ape~~_repo_rules~test//:test" - } - } - }, - "recordedRepoMappingEntries": [] - } } } } -- GitLab From 605b0522834ce90564207c4f59ac77ae1a378528 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Thu, 2 May 2024 13:04:41 +0100 Subject: [PATCH 3/3] ci: enable remote execution --- .bazelrc.ci | 38 +++++++- .gitlab-ci.yml | 25 ++++- e2e/.bazelrc.ci | 38 +++++++- e2e/MODULE.bazel | 1 + e2e/MODULE.bazel.lock | 209 +++++++++++++++++++++--------------------- 5 files changed, 200 insertions(+), 111 deletions(-) diff --git a/.bazelrc.ci b/.bazelrc.ci index 63f32e6..045e1ab 100644 --- a/.bazelrc.ci +++ b/.bazelrc.ci @@ -16,6 +16,9 @@ common --show_timestamps # Do not wrap any output common --terminal_columns=0 +# Print relative paths where possible to reduce noise +common --attempt_to_print_relative_paths + # Output as much information in the CI log about failures as possible build --verbose_failures @@ -26,5 +29,36 @@ test --test_output=errors test --test_verbose_timeout_warnings # These locations are cached on the CI -build --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk -build --repository_cache=${CI_PROJECT_DIR}/.cache/bazel/repo +build:local --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk +build:local --repository_cache=${CI_PROJECT_DIR}/.cache/bazel/repo + +# Use remote cache/execution for our builds +build:remote --remote_executor=${CI_REMOTE_EXECUTOR} +build:remote --remote_cache=${CI_REMOTE_CACHE} +build:remote --remote_timeout=3600 +build:remote --remote_header=${CI_REMOTE_HEADER} +build:remote --experimental_remote_cache_compression +build:remote --jobs=${CI_REMOTE_JOBS} + +# Upload results to the Build Event Service +build:remote --bes_results_url=${CI_BES_RESULTS_URL} +build:remote --bes_backend=${CI_BES_BACKEND} + +# Add build metadata +build:remote --build_metadata=REPO_URL=${CI_PROJECT_URL} +build:remote --build_metadata=BRANCH_NAME=${CI_COMMIT_REF_NAME} +build:remote --build_metadata=COMMIT_SHA=${CI_COMMIT_SHA} +build:remote --build_metadata=HOST=${CI_SERVER_HOST} +build:remote --build_metadata=ROLE=CI +build:remote --build_metadata=USER=gitlab-ci + +# Provide detailed timing information to the remote executor +build:remote --noslim_profile +build:remote --experimental_profile_include_target_label +build:remote --experimental_profile_include_primary_output + +# Eliminate duplicate references in the Build Event Stream +build:remote --nolegacy_important_outputs + +# TODO: remove this when `bazel/ape` binaries work on remote execution `arm64` instances +build:remote --host_platform=@toolchain_utils//toolchain/platform:amd64-linux-gnu diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27e708d..33095a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,19 @@ include: - - component: "${CI_SERVER_HOST}/ci/component/bazelisk/bazelisk@v1.0.0-beta.2" + - component: "${CI_SERVER_HOST}/ci/component/bazelisk/bazelisk@v1.0.0-beta.3" + inputs: + variables: | + CI_PROJECT_DIR + CI_PROJECT_ID + CI_REMOTE_EXECUTOR + CI_REMOTE_CACHE + CI_REMOTE_HEADER + CI_REMOTE_JOBS + CI_BES_RESULTS_URL + CI_BES_BACKEND + CI_PROJECT_URL + CI_COMMIT_REF_NAME + CI_COMMIT_SHA + CI_SERVER_HOST default: tags: @@ -10,8 +24,13 @@ test: parallel: matrix: - ROOT: - - . - - e2e + - . + - e2e + CONFIG: + - local + - remote + script: + - cd "${ROOT}"; bazelisk test --config="${CONFIG}" //... # TODO: switch this out for `rules_semantic_release` semantic-release: diff --git a/e2e/.bazelrc.ci b/e2e/.bazelrc.ci index 63f32e6..045e1ab 100644 --- a/e2e/.bazelrc.ci +++ b/e2e/.bazelrc.ci @@ -16,6 +16,9 @@ common --show_timestamps # Do not wrap any output common --terminal_columns=0 +# Print relative paths where possible to reduce noise +common --attempt_to_print_relative_paths + # Output as much information in the CI log about failures as possible build --verbose_failures @@ -26,5 +29,36 @@ test --test_output=errors test --test_verbose_timeout_warnings # These locations are cached on the CI -build --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk -build --repository_cache=${CI_PROJECT_DIR}/.cache/bazel/repo +build:local --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk +build:local --repository_cache=${CI_PROJECT_DIR}/.cache/bazel/repo + +# Use remote cache/execution for our builds +build:remote --remote_executor=${CI_REMOTE_EXECUTOR} +build:remote --remote_cache=${CI_REMOTE_CACHE} +build:remote --remote_timeout=3600 +build:remote --remote_header=${CI_REMOTE_HEADER} +build:remote --experimental_remote_cache_compression +build:remote --jobs=${CI_REMOTE_JOBS} + +# Upload results to the Build Event Service +build:remote --bes_results_url=${CI_BES_RESULTS_URL} +build:remote --bes_backend=${CI_BES_BACKEND} + +# Add build metadata +build:remote --build_metadata=REPO_URL=${CI_PROJECT_URL} +build:remote --build_metadata=BRANCH_NAME=${CI_COMMIT_REF_NAME} +build:remote --build_metadata=COMMIT_SHA=${CI_COMMIT_SHA} +build:remote --build_metadata=HOST=${CI_SERVER_HOST} +build:remote --build_metadata=ROLE=CI +build:remote --build_metadata=USER=gitlab-ci + +# Provide detailed timing information to the remote executor +build:remote --noslim_profile +build:remote --experimental_profile_include_target_label +build:remote --experimental_profile_include_primary_output + +# Eliminate duplicate references in the Build Event Stream +build:remote --nolegacy_important_outputs + +# TODO: remove this when `bazel/ape` binaries work on remote execution `arm64` instances +build:remote --host_platform=@toolchain_utils//toolchain/platform:amd64-linux-gnu diff --git a/e2e/MODULE.bazel b/e2e/MODULE.bazel index 1343c39..519d82e 100644 --- a/e2e/MODULE.bazel +++ b/e2e/MODULE.bazel @@ -7,6 +7,7 @@ module( bazel_dep(name = "rules_git", version = "0.0.0") bazel_dep(name = "rules_diff", version = "1.0.0-beta.2") +bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.6", dev_dependency=True) local_path_override( module_name = "rules_git", diff --git a/e2e/MODULE.bazel.lock b/e2e/MODULE.bazel.lock index fb10c57..30ce2cf 100644 --- a/e2e/MODULE.bazel.lock +++ b/e2e/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 6, - "moduleFileHash": "d80b268923aad87e2b51bccda94ecc36a9eaab8899fa4e21606d39def2fc4072", + "moduleFileHash": "9ae1f7f1ae26e56988c17d595a7dd5d1928a8ae22d4c8049e2ebca12ef96e2b7", "flags": { "cmdRegistries": [ "https://bcr.bazel.build", @@ -56,7 +56,7 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 18, + "line": 19, "column": 6 } }, @@ -70,7 +70,7 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 24, + "line": 25, "column": 6 } }, @@ -84,7 +84,7 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 30, + "line": 31, "column": 6 } }, @@ -98,7 +98,7 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 36, + "line": 37, "column": 6 } } @@ -110,6 +110,7 @@ "deps": { "rules_git": "rules_git@_", "rules_diff": "rules_diff@1.0.0-beta.2", + "toolchain_utils": "toolchain_utils@1.0.0-beta.6", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -540,6 +541,78 @@ } } }, + "toolchain_utils@1.0.0-beta.6": { + "name": "toolchain_utils", + "version": "1.0.0-beta.6", + "key": "toolchain_utils@1.0.0-beta.6", + "repoName": "toolchain_utils", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "toolchain_utils@1.0.0-beta.6", + "location": { + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "local": "local", + "launcher": "launcher" + }, + "devImports": [], + "tags": [ + { + "tagName": "//toolchain/local/triplet:defs.bzl%toolchain_local_triplet", + "attributeValues": { + "name": "local" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", + "line": 15, + "column": 8 + } + }, + { + "tagName": "//toolchain/launcher:repository.bzl%launcher", + "attributeValues": { + "name": "launcher" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", + "line": 21, + "column": 9 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" + ], + "integrity": "sha512-NX3FB0+TBG5SBsd8xdXYgpvPC1yj5oRjpyP9DEUAjTaFXgLEW4jO6rrV0E2yIhl/tXS6IZuiP34jAC2Cuef/Ag==", + "strip_prefix": "toolchain_utils-v1.0.0-beta.6", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, "bazel_tools@_": { "name": "bazel_tools", "version": "", @@ -735,78 +808,6 @@ } } }, - "toolchain_utils@1.0.0-beta.6": { - "name": "toolchain_utils", - "version": "1.0.0-beta.6", - "key": "toolchain_utils@1.0.0-beta.6", - "repoName": "toolchain_utils", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [ - { - "extensionBzlFile": "//:MODULE.bazel", - "extensionName": "_repo_rules", - "usingModule": "toolchain_utils@1.0.0-beta.6", - "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", - "line": 0, - "column": 0 - }, - "imports": { - "local": "local", - "launcher": "launcher" - }, - "devImports": [], - "tags": [ - { - "tagName": "//toolchain/local/triplet:defs.bzl%toolchain_local_triplet", - "attributeValues": { - "name": "local" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", - "line": 15, - "column": 8 - } - }, - { - "tagName": "//toolchain/launcher:repository.bzl%launcher", - "attributeValues": { - "name": "launcher" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", - "line": 21, - "column": 9 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "urls": [ - "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" - ], - "integrity": "sha512-NX3FB0+TBG5SBsd8xdXYgpvPC1yj5oRjpyP9DEUAjTaFXgLEW4jO6rrV0E2yIhl/tXS6IZuiP34jAC2Cuef/Ag==", - "strip_prefix": "toolchain_utils-v1.0.0-beta.6", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, "download_utils@1.0.0-beta.2": { "name": "download_utils", "version": "1.0.0-beta.2", @@ -10553,6 +10554,33 @@ } } }, + "platforms@0.0.7": { + "name": "platforms", + "version": "0.0.7", + "key": "platforms@0.0.7", + "repoName": "platforms", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "rules_license": "rules_license@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz" + ], + "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, "rules_cc@0.0.9": { "name": "rules_cc", "version": "0.0.9", @@ -10931,33 +10959,6 @@ } } }, - "platforms@0.0.7": { - "name": "platforms", - "version": "0.0.7", - "key": "platforms@0.0.7", - "repoName": "platforms", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "rules_license": "rules_license@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz" - ], - "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, "protobuf@21.7": { "name": "protobuf", "version": "21.7", -- GitLab