Skip to content

Commit

Permalink
Try pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Apr 2, 2024
1 parent c9117b5 commit 54cae53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/meson-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ jobs:
- name: Run meson testing script
run: |
ci/scripts/build-with-meson.sh
ARROW_PATH="$(pwd)/arrow"
ARROW_PATH=ARROW_PATH ci/scripts/build-with-meson.sh
2 changes: 1 addition & 1 deletion ci/scripts/build-with-meson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function main() {
meson wrap install nlohmann_json

show_header "Compile project with meson"
meson setup "${SANDBOX_DIR}"
meson setup "${SANDBOX_DIR}" --pkg-config-path "${ARROW_PATH}"

pushd "${SANDBOX_DIR}"
meson configure -DNANOARROW_BUILD_TESTS=true \
Expand Down

0 comments on commit 54cae53

Please sign in to comment.