Skip to content

Commit 2b203ff

Browse files
authored
GH-47534: [C++] Detect conda-installed packages in Meson CI (#47535)
### Rationale for this change This detects conda-installed packages in Meson CI, so that dependencies which are installed via conda do not need to be built from scratch ### What changes are included in this PR? An update to the meson setup invocation ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: #47534 Authored-by: Will Ayd <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 3105d9c commit 2b203ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/scripts/cpp_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then
142142
meson setup \
143143
--prefix=${MESON_PREFIX:-${ARROW_HOME}} \
144144
--buildtype=${ARROW_BUILD_TYPE:-debug} \
145+
--pkg-config-path="${CONDA_PREFIX}/lib/pkgconfig/" \
145146
-Dauto_features=enabled \
146147
-Dfuzzing=disabled \
147148
-Dgcs=disabled \

0 commit comments

Comments
 (0)