mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 13:38:53 +00:00
Remove Bazel WORKSPACE setup. (#8509)
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
This directory is not intended to be used independently of the flatbuffers
|
||||
repository. Instead, this whole directory serves as a unit test for the
|
||||
C++ integration in the flatbuffers repo.
|
||||
|
||||
Run this test from the top-level of the flatbuffers repo.
|
||||
```console
|
||||
$ bazel test //tests:bazel_repository_test
|
||||
```
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
workspace(name = "bazel_repository_test")
|
||||
|
||||
local_repository(
|
||||
name = "com_github_google_flatbuffers",
|
||||
path = "../../",
|
||||
)
|
||||
@@ -1,3 +0,0 @@
|
||||
# This file is needed during the transition to Bzlmod
|
||||
# Remove this file if we only support Bazel 8+ which
|
||||
# defaults to --enable_workspace=false.
|
||||
Reference in New Issue
Block a user