Skip to content

Commit

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

show_header "Compile project with meson"
meson setup "${SANDBOX_DIR}"
echo "Looking for Arrow in ${PKG_CONFIG_PATH}"
PKG_CONFIG_PATH=$PKG_CONFIG_PATH meson setup "${SANDBOX_DIR}"

pushd "${SANDBOX_DIR}"
echo "Looking for Arrow in ${PKG_CONFIG_PATH}"
meson configure -DNANOARROW_BUILD_TESTS=true \
-DNANOARROW_BUILD_BENCHMARKS=true \
-Db_coverage=true
Expand Down

0 comments on commit 6091be7

Please sign in to comment.