Skip to content

Commit

Permalink
Introduce kythe_release in WORKSPACE.bzlmod
Browse files Browse the repository at this point in the history
With Bzlmod enabled, --override_repository won't work unless the repo is already declared in MODULE.bazel or WORKSPACE.bzlmod.

Fixes https://buildkite.com/bazel/bazel-bazel/builds/24789#018a8395-d29c-4988-ae12-5b9c80efee33

RELNOTES: None
PiperOrigin-RevId: 564353458
Change-Id: I1858d54a9c0b1b5ed6634a2c21a44094f81233f6
  • Loading branch information
meteorcloudy authored and copybara-github committed Sep 11, 2023
1 parent 5381e22 commit 06e370e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ bind(
#
# android_sdk_repository(name = "androidsdk")
# android_ndk_repository(name = "androidndk")

# Introduce the "kythe_release" repo for Kythe build.
local_repository(
name = "kythe_release",
path = "/usr/local/kythe",
)

0 comments on commit 06e370e

Please sign in to comment.