Skip to content

Commit

Permalink
PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Apr 2, 2024
1 parent 54cae53 commit 6fe187a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/meson-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ jobs:
- name: Run meson testing script
run: |
ARROW_PATH="$(pwd)/arrow"
ARROW_PATH=ARROW_PATH ci/scripts/build-with-meson.sh
PKG_CONFIG_PATH="$(pwd)/arrow/lib/pkgconfig" 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}" --pkg-config-path "${ARROW_PATH}"
meson setup "${SANDBOX_DIR}"

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

0 comments on commit 6fe187a

Please sign in to comment.