Remove Bazel WORKSPACE setup. (#8509)

This commit is contained in:
Marcel
2025-01-24 19:16:10 +01:00
committed by GitHub
parent 65e49faf76
commit 82fefbf252
12 changed files with 2 additions and 324 deletions

View File

@@ -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
```

View File

@@ -1,6 +0,0 @@
workspace(name = "bazel_repository_test")
local_repository(
name = "com_github_google_flatbuffers",
path = "../../",
)

View File

@@ -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.