Fix Bzlmod (#8503)

* Fix Bzlmod npm repo name

* Fix Bazel integration tests with Bzlmod
This commit is contained in:
Marcel
2025-01-23 17:52:48 +01:00
committed by GitHub
parent 69ac6a712d
commit ad6d6638f3
3 changed files with 34 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
module(name = "bazel_repository_test")
bazel_dep(name = "flatbuffers", repo_name = "com_github_google_flatbuffers")
local_path_override(
module_name = "flatbuffers",
path = "../../",
)
bazel_dep(
name = "rules_cc",
version = "0.0.16",
)