Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • bazel/rules_curl
1 result
Show changes
Commits on Source (4)
# [1.0.0-alpha.10](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-06-27)
### Bug Fixes
- broken visibility ([772cf15](https://git.gitlab.arm.com/bazel/rules_curl/commit/772cf15c44a2e0120598b5b5494563ba8232dc71))
# [1.0.0-alpha.9](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-06-25)
### Features
......
module(
name = "rules_curl",
version = "1.0.0-alpha.9",
version = "1.0.0-alpha.10",
bazel_compatibility = [
">=7.0.0",
],
......
......@@ -12,9 +12,11 @@ alias(
},
no_match_error = "No script template available for `curl_upload_manifests`",
),
visibility = ["//curl/upload/manifests:__pkg__"],
)
sh_binary(
name = "csv",
srcs = ["csv.sh"],
visibility = ["//curl/upload/manifests:__pkg__"],
)
#! /usr/bin/env sh
set -eu -o errexit -o nounset
set -o errexit -o nounset
OUT="${1}"
shift
......
......@@ -34,10 +34,13 @@
"https://bcr.bazel.build/modules/gazelle/0.36.0/source.json": "0823f097b127e0201ae55d85647c94095edfe27db0431a7ae880dcab08dfaa04",
"https://bcr.bazel.build/modules/googletest/1.11.0/MODULE.bazel": "3a83f095183f66345ca86aa13c58b59f9f94a2f81999c093d4eeaa2d262d12f4",
"https://bcr.bazel.build/modules/googletest/1.11.0/source.json": "c73d9ef4268c91bd0c1cd88f1f9dfa08e814b1dbe89b5f594a9f08ba0244d206",
"https://bcr.bazel.build/modules/hermetic_cc_toolchain/3.1.0/MODULE.bazel": "ea4b3a25a9417a7db57a8a2f9ebdee91d679823c6274b482b817ed128d81c594",
"https://bcr.bazel.build/modules/hermetic_cc_toolchain/3.1.0/source.json": "9d1df0459caefdf41052d360469922a73e219f67c8ce4da0628cc604469822b9",
"https://bcr.bazel.build/modules/platforms/0.0.4/MODULE.bazel": "9b328e31ee156f53f3c416a64f8491f7eb731742655a47c9eec4703a71644aee",
"https://bcr.bazel.build/modules/platforms/0.0.5/MODULE.bazel": "5733b54ea419d5eaf7997054bb55f6a1d0b5ff8aedf0176fef9eea44f3acda37",
"https://bcr.bazel.build/modules/platforms/0.0.6/MODULE.bazel": "ad6eeef431dc52aefd2d77ed20a4b353f8ebf0f4ecdd26a807d2da5aa8cd0615",
"https://bcr.bazel.build/modules/platforms/0.0.7/MODULE.bazel": "72fd4a0ede9ee5c021f6a8dd92b503e089f46c227ba2813ff183b71616034814",
"https://bcr.bazel.build/modules/platforms/0.0.8/MODULE.bazel": "9f142c03e348f6d263719f5074b21ef3adf0b139ee4c5133e2aa35664da9eb2d",
"https://bcr.bazel.build/modules/platforms/0.0.9/MODULE.bazel": "4a87a60c927b56ddd67db50c89acaa62f4ce2a1d2149ccb63ffd871d5ce29ebc",
"https://bcr.bazel.build/modules/platforms/0.0.9/source.json": "cd74d854bf16a9e002fb2ca7b1a421f4403cda29f824a765acd3a8c56f8d43e6",
"https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel": "a5a29bb89544f9b97edce05642fac225a808b5b7be74038ea3640fae2f8e66a7",
......@@ -116,6 +119,55 @@
]
}
},
"@@hermetic_cc_toolchain~//toolchain:ext.bzl%toolchains": {
"general": {
"bzlTransitiveDigest": "L0EDVXQ1bqh5CxjodeVieW+SjWsjwxFXYEKhUNgMY50=",
"usagesDigest": "UH6NB9tDyOrI8KyqcUtzxHIXcRl+Fxgo6brqocbR4Fo=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
"generatedRepoSpecs": {
"zig_sdk": {
"bzlFile": "@@hermetic_cc_toolchain~//toolchain:defs.bzl",
"ruleClassName": "zig_repository",
"attributes": {
"version": "0.12.0",
"url_formats": [
"https://mirror.bazel.build/ziglang.org/download/{version}/zig-{host_platform}-{version}.{_ext}",
"https://ziglang.org/download/{version}/zig-{host_platform}-{version}.{_ext}"
],
"host_platform_sha256": {
"linux-aarch64": "754f1029484079b7e0ca3b913a0a2f2a6afd5a28990cb224fe8845e72f09de63",
"linux-x86_64": "c7ae866b8a76a568e2d5cfd31fe89cdb629bdd161fdd5018b29a4a0a17045cad",
"macos-aarch64": "294e224c14fd0822cfb15a35cf39aa14bd9967867999bf8bdfe3db7ddec2a27f",
"macos-x86_64": "4d411bf413e7667821324da248e8589278180dbc197f4f282b7dbb599a689311",
"windows-aarch64": "04c6b92689241ca7a8a59b5f12d2ca2820c09d5043c3c4808b7e93e41c7bf97b",
"windows-x86_64": "2199eb4c2000ddb1fba85ba78f1fcf9c1fb8b3e57658f6a627a8e513131893f5"
},
"host_platform_ext": {
"linux-aarch64": "tar.xz",
"linux-x86_64": "tar.xz",
"macos-aarch64": "tar.xz",
"macos-x86_64": "tar.xz",
"windows-x86_64": "zip"
}
}
}
},
"recordedRepoMappingEntries": [
[
"hermetic_cc_toolchain~",
"bazel_tools",
"bazel_tools"
],
[
"hermetic_cc_toolchain~",
"hermetic_cc_toolchain",
"hermetic_cc_toolchain~"
]
]
}
},
"@@platforms//host:extension.bzl%host_platform": {
"general": {
"bzlTransitiveDigest": "xelQcPZH8+tmuOHVjL9vDxMnnQNMlwj0SlvgoqBkm4U=",
......