Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit f353cb6

Browse files
committed
feat: add cc
1 parent 777070b commit f353cb6

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Release
22
on:
3-
# Or, developers can manually push a tag from their clone
43
push:
54
branches: ['release']
65
permissions:

BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ gazelle_binary(
66
"@bazel_skylib_gazelle_plugin//bzl",
77
"@gazelle//language/proto:go_default_library",
88
"@gazelle//language/go:go_default_library",
9+
"@gazelle_cc//language/cc",
910
],
1011
)

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"Bazel dependencies"
22
bazel_dep(name = "gazelle", version = "0.44.0")
3+
bazel_dep(name = "gazelle_cc", version = "0.1.0")
34
bazel_dep(name = "rules_go", version = "0.55.1")
45
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.5.0")
56

MODULE.bazel.lock

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)