Skip to content

Commit

Permalink
brotli@1.1.0 (#1813)
Browse files Browse the repository at this point in the history
mmorel-35 authored Apr 15, 2024
1 parent 4076b3a commit dbd1649
Showing 5 changed files with 58 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/brotli/1.1.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "brotli",
version = "1.1.0",
repo_name = "org_brotli",
)
8 changes: 8 additions & 0 deletions modules/brotli/1.1.0/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,5 @@
+module(
+ name = "brotli",
+ version = "1.1.0",
+ repo_name = "org_brotli",
+)
20 changes: 20 additions & 0 deletions modules/brotli/1.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@brotli//:brotli'
- '@brotli//:brotlicommon'
- '@brotli//:brotlidec'
- '@brotli//:brotlienc'
9 changes: 9 additions & 0 deletions modules/brotli/1.1.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/google/brotli/archive/refs/tags/v1.1.0.tar.gz",
"integrity": "sha256-5yCmyilCi4A/StFlNxdx9TmPq6OX7fZ3iDehhZnqE/8=",
"strip_prefix": "brotli-1.1.0",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-gL16MgljzHcb6dvFP5CVN2PRS7RmcV5TdgBJufetrxc="
}
}
16 changes: 16 additions & 0 deletions modules/brotli/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/google/brotli",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:google/brotli"
],
"versions": [
"1.1.0"
],
"yanked_versions": {}
}

0 comments on commit dbd1649

Please sign in to comment.