From 41349a0057f485d4bd0c5b99089d4072d035bf8f Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Fri, 17 Jan 2025 17:11:46 +0100 Subject: [PATCH] add cpp codegen to allow list for large files --- scripts/ci/check_large_files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/check_large_files.py b/scripts/ci/check_large_files.py index 52c35878f3c4..ab2a786a9f19 100755 --- a/scripts/ci/check_large_files.py +++ b/scripts/ci/check_large_files.py @@ -7,6 +7,7 @@ FILES_ALLOWED_TO_BE_LARGE = { "CHANGELOG.md", "Cargo.lock", + "crates/build/re_types_builder/src/codegen/cpp/mod.rs", # TODO(andreas, #7245): This file should really be split up. Might get shorter after removing non-eager serialization path. "crates/build/re_types_builder/src/reflection.rs", "crates/store/re_dataframe/src/query.rs", "crates/store/re_types/src/datatypes/tensor_buffer.rs",