Uh oh!
There was an error while loading. Please reload this page.
GH-14993: [CI][Conda] Fix missing RECIPE_ROOT variable now expected by conda build - #15014
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or In the case of old issues on JIRA the title also supports: See also: |
h-vetinari
commented
Dec 18, 2022
@github-actions crossbow submit -g conda |
Revision: f3b77cc Submitted crossbow builds: ursacomputing/crossbow @ actions-ccb0a7fe84 |
So, the R-builds for aarch are still failing with: I don't understand why this is looking for CC @xhochy |
h-vetinari
commented
Dec 18, 2022
Though on the other hand, the build.sh for r-arrow is calling straight into the top-level so something broke there in the last couple of days. For example, dca8c07 changed CC @thisisnic |
xhochy
commented
Dec 18, 2022
This is OK, |
xhochy
commented
Dec 18, 2022
@h-vetinari This looks problematic: |
xhochy
commented
Dec 18, 2022
@github-actions crossbow submit conda-linux-aarch64-cpu-r41 |
Revision: 6efeeec Submitted crossbow builds: ursacomputing/crossbow @ actions-8a6b714265
|
kou
commented
Dec 19, 2022
Oh, the change was by me. I'll look into this. |
kou
commented
Dec 19, 2022
@github-actions crossbow submit conda-linux-aarch64-cpu-r41 |
Revision: e04c9dc Submitted crossbow builds: ursacomputing/crossbow @ actions-297ce68126
|
kou
commented
Dec 19, 2022
@github-actions crossbow submit conda-linux-aarch64-cpu-r41 |
Revision: b26892d Submitted crossbow builds: ursacomputing/crossbow @ actions-5a2723bac4
|
For example, Apache Arrow C++ is installed in system directory.
kou
commented
Dec 19, 2022
@github-actions crossbow submit conda-linux-aarch64-cpu-r41 |
Revision: 3b9c72d Submitted crossbow builds: ursacomputing/crossbow @ actions-5e596172d1
|
h-vetinari
commented
Dec 19, 2022
| fi | ||
| export PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}" | ||
| export PKG_CONFIG_PATH="${BUILD_PREFIX}/lib/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}" |
There was a problem hiding this comment.
This doesn't look right. BUILD_PREFIX is the build system, not host. It has been failing in the cross-compiling case and this change makes me suspicious whether we then link to the wrong libraries.
There was a problem hiding this comment.
Ah, sorry. This is not related to fix the R problem.
We may be able remove this line entirely. I'll try it.
kou
commented
Dec 19, 2022
@github-actions crossbow submit conda-linux--cpu-r -g r |
Revision: f018c90 Submitted crossbow builds: ursacomputing/crossbow @ actions-5001db49ca |
h-vetinari
commented
Dec 19, 2022
is Extrapolating from
|
kou
commented
Dec 20, 2022
Without With
We can use |
h-vetinari
commented
Dec 20, 2022
@kou, I think this would be good to merge (as all the conda builds now pass)? I have other changes lined up, but those would be better in a separate PR IMO. |
kou
commented
Dec 20, 2022
OK. I merge this. |
ursabot
commented
Dec 20, 2022
Benchmark runs are scheduled for baseline = 23a7a15 and contender = 4e9b65a. 4e9b65a is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Fixes#14993