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