We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b981fbc commit c3d773eCopy full SHA for c3d773e
recipe/meta.yaml
@@ -101,13 +101,13 @@ requirements:
101
- zstd
102
# test requirements, c.f.
103
# https://github.com/apache/arrow/blob/apache-arrow-12.0.0/cpp/CMakeLists.txt#L842-L846
104
- - gtest
+ - gtest # [build_platform == target_platform]
105
# https://github.com/apache/arrow/blob/apache-arrow-12.0.0/cpp/src/arrow/flight/sql/CMakeLists.txt#L86-L87
106
- - sqlite *
+ - sqlite * # [build_platform == target_platform]
107
# required by s3fs tests
108
- - minio-server
+ - minio-server # [build_platform == target_platform]
109
# for npm, to install azurite
110
- - nodejs >=22
+ - nodejs >=22 # [build_platform == target_platform]
111
112
outputs:
113
- name: apache-arrow-proc
0 commit comments