Skip to content

Commit

Permalink
add cpp codegen to allow list for large files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf authored and teh-cmc committed Jan 20, 2025
1 parent fdd788b commit 41349a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/check_large_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 41349a0

Please sign in to comment.