mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
[CI] fixes buildkite (#6544)
This commit is contained in:
@@ -119,4 +119,4 @@ cc_library(
|
||||
deps = [
|
||||
"//:flatbuffers",
|
||||
],
|
||||
)
|
||||
)
|
||||
@@ -48,7 +48,6 @@ cc_library(
|
||||
"idl_gen_go.cpp",
|
||||
"idl_gen_grpc.cpp",
|
||||
"idl_gen_java.cpp",
|
||||
"idl_gen_ts.cpp",
|
||||
"idl_gen_json_schema.cpp",
|
||||
"idl_gen_kotlin.cpp",
|
||||
"idl_gen_lobster.cpp",
|
||||
@@ -58,6 +57,7 @@ cc_library(
|
||||
"idl_gen_rust.cpp",
|
||||
"idl_gen_swift.cpp",
|
||||
"idl_gen_text.cpp",
|
||||
"idl_gen_ts.cpp",
|
||||
"util.cpp",
|
||||
],
|
||||
hdrs = [
|
||||
|
||||
@@ -15,13 +15,13 @@ cc_test(
|
||||
"namespace_test/namespace_test2_generated.h",
|
||||
"native_type_test_impl.cpp",
|
||||
"native_type_test_impl.h",
|
||||
"optional_scalars_generated.h",
|
||||
"test.cpp",
|
||||
"test_assert.cpp",
|
||||
"test_assert.h",
|
||||
"test_builder.cpp",
|
||||
"test_builder.h",
|
||||
"union_vector/union_vector_generated.h",
|
||||
"optional_scalars_generated.h",
|
||||
],
|
||||
copts = [
|
||||
"-DFLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE",
|
||||
@@ -44,6 +44,7 @@ cc_test(
|
||||
":monsterdata_test.golden",
|
||||
":monsterdata_test.json",
|
||||
":native_type_test.fbs",
|
||||
":optional_scalars.fbs",
|
||||
":prototest/imported.proto",
|
||||
":prototest/test.golden",
|
||||
":prototest/test.proto",
|
||||
@@ -55,7 +56,6 @@ cc_test(
|
||||
":unicode_test.json",
|
||||
":union_vector/union_vector.fbs",
|
||||
":union_vector/union_vector.json",
|
||||
":optional_scalars.fbs",
|
||||
],
|
||||
includes = [
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user