Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bazel 8 support.
  • Loading branch information
mattyclarkson authored Nov 5, 2024
1 parent 57daf74 commit c1cedbc
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
15 changes: 15 additions & 0 deletions modules/download_utils/1.0.0-beta.4/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "download_utils",
version = "1.0.0-beta.4",
bazel_compatibility = [
">=7.1.0",
],
compatibility_level = 1,
)

bazel_dep(name = "rules_diff", version = "1.0.0-beta.5", dev_dependency = True)
bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.17", dev_dependency = True)

separator = use_repo_rule("//lib:separator.bzl", "separator")

separator(name = "separator")
23 changes: 23 additions & 0 deletions modules/download_utils/1.0.0-beta.4/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
bcr_test_module:
module_path: e2e
matrix:
bazel:
- 7.x
- 8.0.0rc2
platform:
- centos7_java11_devtoolset10
- debian10
- debian11
- ubuntu2004
- ubuntu2204
- fedora39
- macos
- macos_arm64
- windows
tasks:
e2e_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.4/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.4/downloads/src.tar.gz",
"integrity": "sha512-6Dyr858CU4231Drc6egEkpb1Nnd+h1+kd7XjyNwaJwYMDhiW4Dd5Tf7ZpNsAFEdHKJWIHRJL719u7LKnQR+heA==",
"strip_prefix": "download_utils-v1.0.0-beta.4"
}
3 changes: 2 additions & 1 deletion modules/download_utils/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
],
"versions": [
"1.0.0-beta.1",
"1.0.0-beta.2"
"1.0.0-beta.2",
"1.0.0-beta.4"
],
"maintainers": [
{
Expand Down

0 comments on commit c1cedbc

Please sign in to comment.