Skip to content

Commit

Permalink
use module version of googleapis (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored Jun 27, 2024
1 parent d4056f5 commit ec30f58
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
matrix:
bazel_version: ["6.0.0", "7.0.0"]
bzlmod: ["--noenable_bzlmod", "--enable_bzlmod"]
exclude:
- bazel_version: "6.0.0"
bzlmod: "--enable_bzlmod"
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
8 changes: 1 addition & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ module(
repo_name = "io_grpc_grpc_proto",
)

bazel_dep(name = "googleapis", version = "0.0.0-20240326-1c8d509c5", repo_name = "com_google_googleapis")
bazel_dep(name = "rules_proto", version = "4.0.0")
bazel_dep(name = "protobuf", version = "23.1", repo_name = "com_google_protobuf")
# -- bazel_dep definitions -- #

http_archives_extension = use_extension("//bazel:http_archives_extension.bzl", "http_archives_extension")
use_repo(http_archives_extension, "com_google_googleapis")

switched_rules_extension = use_extension("//bazel:switched_rules_extension.bzl", "switched_rules_extension")
use_repo(switched_rules_extension, "com_google_googleapis_imports")
Empty file removed bazel/BUILD.bazel
Empty file.
13 changes: 0 additions & 13 deletions bazel/http_archives_extension.bzl

This file was deleted.

8 changes: 0 additions & 8 deletions bazel/switched_rules_extension.bzl

This file was deleted.

0 comments on commit ec30f58

Please sign in to comment.