Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/sourcekit_bazel_bsp/0.2.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "sourcekit_bazel_bsp",
version = "0.2.0",
compatibility_level = 0,
)
13 changes: 13 additions & 0 deletions modules/sourcekit_bazel_bsp/0.2.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
matrix:
platform:
- macos_arm64
bazel:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@sourcekit_bazel_bsp//Sources:sourcekit-bazel-bsp'
5 changes: 5 additions & 0 deletions modules/sourcekit_bazel_bsp/0.2.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/spotify/sourcekit-bazel-bsp/releases/download/0.2.0/release.tar.gz",
"integrity": "sha256-SELFt5+QA/zWG+L3ml+cpKJLnAFkt/fVZP6F4Fz/X9c=",
"patch_strip": 0
}
18 changes: 18 additions & 0 deletions modules/sourcekit_bazel_bsp/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"homepage": "https://github.com/spotify/sourcekit-bazel-bsp",
"maintainers": [
{
"email": "[email protected]",
"github": "rockbruno",
"github_user_id": 11647449,
"name": "Bruno Rocha"
}
],
"repository": [
"github:spotify/sourcekit-bazel-bsp"
],
"versions": [
"0.2.0"
],
"yanked_versions": {}
}
Loading