Skip to content

Commit

Permalink
feat(download_utils): add 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyclarkson committed Mar 22, 2024
1 parent 1d96bcc commit 26ac264
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 14 deletions.
10 changes: 10 additions & 0 deletions modules/download_utils/1.0.0-beta.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module(
name = "download_utils",
version = "1.0.0-beta.2",
bazel_compatibility = [
">=7.0.0",
],
compatibility_level = 1,
)

bazel_dep(name = "rules_diff", version = "1.0.0-alpha.3", dev_dependency = True)
24 changes: 24 additions & 0 deletions modules/download_utils/1.0.0-beta.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
bcr_test_module:
module_path: e2e
matrix:
bazel:
- 7.x
platform:
- centos7_java11_devtoolset10
- debian10
- debian11
- ubuntu2004
- ubuntu2004_arm64
- ubuntu2204
- fedora39
- macos
- macos_arm64
# TODO: enable this once the `gitlab.arm.com` does not use a self-signed certificate
# - windows
tasks:
run_tests:
name: Run end-to-end Tests
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/download_utils/1.0.0-beta.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://gitlab.arm.com/bazel/download_utils/-/releases/v1.0.0-beta.2/downloads/src.tar.gz",
"integrity": "sha512-n7eahkJiCgZaF5gGrgBIxUq0qBRMlnvklYOiATGU+sXGGEPDG1C8N/sjtCUHVes8x5GFy8ZLjcaJWiebFf2D6g==",
"strip_prefix": "download_utils-v1.0.0-beta.2"
}
29 changes: 15 additions & 14 deletions modules/download_utils/metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"homepage": "https://gitlab.arm.com/bazel/download_utils",
"repository": [
"https://gitlab.arm.com/bazel/download_utils"
],
"versions":[
"1.0.0-beta.1"
],
"maintainers": [
{
"email": "[email protected]",
"github": "mattyclarkson",
"name": "Matt Clarkson"
}
]
"homepage": "https://gitlab.arm.com/bazel/download_utils",
"repository": [
"https://gitlab.arm.com/bazel/download_utils"
],
"versions": [
"1.0.0-beta.1",
"1.0.0-beta.2"
],
"maintainers": [
{
"email": "[email protected]",
"name": "Matt Clarkson",
"github": "mattyclarkson"
}
]
}

0 comments on commit 26ac264

Please sign in to comment.