Skip to content

Commit c3d773e

Browse files
committed
restrict test deps of libarrow to platforms that can run tests
1 parent b981fbc commit c3d773e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ requirements:
101101
- zstd
102102
# test requirements, c.f.
103103
# https://github.com/apache/arrow/blob/apache-arrow-12.0.0/cpp/CMakeLists.txt#L842-L846
104-
- gtest
104+
- gtest # [build_platform == target_platform]
105105
# https://github.com/apache/arrow/blob/apache-arrow-12.0.0/cpp/src/arrow/flight/sql/CMakeLists.txt#L86-L87
106-
- sqlite *
106+
- sqlite * # [build_platform == target_platform]
107107
# required by s3fs tests
108-
- minio-server
108+
- minio-server # [build_platform == target_platform]
109109
# for npm, to install azurite
110-
- nodejs >=22
110+
- nodejs >=22 # [build_platform == target_platform]
111111

112112
outputs:
113113
- name: apache-arrow-proc

0 commit comments

Comments
 (0)