Skip to content

Commit c257d1f

Browse files
committed
attempt to fix the pipeline's Linux Conan build
1 parent f8a50aa commit c257d1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

conanfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def requirements(self):
8181
self.requires("jsoncons/0.176.0", transitive_headers=True)
8282
if self.options.with_csv or self.options.with_parquet:
8383
self.requires("arrow/21.0.0", transitive_headers=True)
84+
self.default_options["arrow/*:with_csv"] = self.options.with_csv
85+
self.default_options["arrow/*:with_parquet"] = self.options.with_parquet
8486
if self.options.with_flatbuffers:
8587
self.requires("flatbuffers/24.3.25", transitive_headers=True)
8688
if self.options.with_msgpack:

0 commit comments

Comments
 (0)