Skip to content

Commit

Permalink
Update tree-sitter-bazel to 0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zadlg committed Nov 19, 2024
1 parent 1743808 commit 71a44d7
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 1 deletion.
27 changes: 27 additions & 0 deletions modules/tree-sitter-bazel/0.24.4/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 2024 github.com/zadlg
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http:#www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"zadlg/tree-sitter-bazel"

module(
name = "tree-sitter-bazel",
version = "0.24.4",
compatibility_level = 1,
repo_name = "tree-sitter-bazel",
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")

tree_sitter_source_code = use_extension(":extensions.bzl", "tree_sitter_source_code")
use_repo(tree_sitter_source_code, "tree-sitter-raw")
18 changes: 18 additions & 0 deletions modules/tree-sitter-bazel/0.24.4/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
platform:
- centos7
- debian10
- macos
- macos_arm64
- ubuntu2004
bazel:
- 7.x
- 6.x

tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@tree-sitter-bazel//:tree-sitter'
5 changes: 5 additions & 0 deletions modules/tree-sitter-bazel/0.24.4/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/zadlg/tree-sitter-bazel/releases/download/v0.24.4/tree-sitter.tar.gz",
"integrity": "sha384-rpS85dlRKyXSNtkx7xh/PJr6P7fk4aBILKUxUGlOHnTvU4CHmTVHNvUj30CeyAu1",
"strip_prefix": "tree-sitter-bazel-0.24.4"
}
2 changes: 1 addition & 1 deletion modules/tree-sitter-bazel/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
}
],
"repository": ["github:zadlg/tree-sitter-bazel"],
"versions": ["0.22.5", "0.22.6", "0.23.2", "0.24.2", "0.24.3"],
"versions": ["0.22.5", "0.22.6", "0.23.2", "0.24.2", "0.24.3", "0.24.4"],
"yanked_versions": {}
}

0 comments on commit 71a44d7

Please sign in to comment.