Skip to content

Commit 04c2b14

Browse files
feat(download_utils): add 1.0.0-beta.2 (#1668)
1 parent 15cd229 commit 04c2b14

File tree

4 files changed

+58
-14
lines changed

4 files changed

+58
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module(
2+
name = "download_utils",
3+
version = "1.0.0-beta.2",
4+
bazel_compatibility = [
5+
">=7.0.0",
6+
],
7+
compatibility_level = 1,
8+
)
9+
10+
bazel_dep(name = "rules_diff", version = "1.0.0-alpha.3", dev_dependency = True)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
bcr_test_module:
2+
module_path: e2e
3+
matrix:
4+
bazel:
5+
- 7.x
6+
platform:
7+
# TODO: Enable when we can fallback to an older `coreutils` in testing
8+
# `uutils/coreutils` only goes back to `[email protected]`
9+
# - centos7_java11_devtoolset10
10+
- debian10
11+
- debian11
12+
- ubuntu2004
13+
- ubuntu2004_arm64
14+
- ubuntu2204
15+
- fedora39
16+
- macos
17+
# TODO: enable when `@ape` supports Apple Silicon as `rules_diff` uses `@ape//:diff`
18+
# https://gitlab.arm.com/bazel/ape/-/issues/1
19+
# - macos_arm64
20+
# TODO: enable this once the `gitlab.arm.com` does not use a self-signed certificate
21+
# - windows
22+
tasks:
23+
run_tests:
24+
name: Run end-to-end Tests
25+
bazel: ${{ bazel }}
26+
platform: ${{ platform }}
27+
test_targets:
28+
- "//..."
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://gitlab.arm.com/bazel/download_utils/-/releases/v1.0.0-beta.2/downloads/src.tar.gz",
3+
"integrity": "sha512-n7eahkJiCgZaF5gGrgBIxUq0qBRMlnvklYOiATGU+sXGGEPDG1C8N/sjtCUHVes8x5GFy8ZLjcaJWiebFf2D6g==",
4+
"strip_prefix": "download_utils-v1.0.0-beta.2"
5+
}

modules/download_utils/metadata.json

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"homepage": "https://gitlab.arm.com/bazel/download_utils",
3-
"repository": [
4-
"https://gitlab.arm.com/bazel/download_utils"
5-
],
6-
"versions":[
7-
"1.0.0-beta.1"
8-
],
9-
"maintainers": [
10-
{
11-
"email": "[email protected]",
12-
"github": "mattyclarkson",
13-
"name": "Matt Clarkson"
14-
}
15-
]
2+
"homepage": "https://gitlab.arm.com/bazel/download_utils",
3+
"repository": [
4+
"https://gitlab.arm.com/bazel/download_utils"
5+
],
6+
"versions": [
7+
"1.0.0-beta.1",
8+
"1.0.0-beta.2"
9+
],
10+
"maintainers": [
11+
{
12+
"email": "[email protected]",
13+
"name": "Matt Clarkson",
14+
"github": "mattyclarkson"
15+
}
16+
]
1617
}

0 commit comments

Comments
 (0)