mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 11:11:10 +00:00
Test external modules explicitly in CI (#8507)
This setup is much simpler than calling Bazel from within Bazel and making sure files and flags are set up correctly. Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
load("@aspect_bazel_lib//lib:copy_to_bin.bzl", "copy_to_bin")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
|
||||
load("//:build_defs.bzl", "DEFAULT_FLATC_ARGS", "flatbuffer_cc_library")
|
||||
load(":defs.bzl", "flatbuffers_as_external_repo_test")
|
||||
|
||||
package(default_visibility = ["//visibility:private"])
|
||||
|
||||
@@ -269,8 +268,3 @@ flatbuffer_cc_library(
|
||||
name = "alignment_test_cc_fbs",
|
||||
srcs = ["alignment_test.fbs"],
|
||||
)
|
||||
|
||||
flatbuffers_as_external_repo_test(
|
||||
name = "bazel_repository_test",
|
||||
directory = "bazel_repository_test_dir",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user