mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 07:02:18 +00:00
Fix Bzlmod (#8503)
* Fix Bzlmod npm repo name * Fix Bazel integration tests with Bzlmod
This commit is contained in:
12
tests/bazel_repository_test_dir/MODULE.bazel
Normal file
12
tests/bazel_repository_test_dir/MODULE.bazel
Normal 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",
|
||||
)
|
||||
Reference in New Issue
Block a user