Uh oh!
There was an error while loading. Please reload this page.
[SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF - #29991
[SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF#29991zero323 wants to merge 2 commits into
Conversation
SparkQA
commented
Oct 9, 2020
Kubernetes integration test starting |
cd8b621 to
0d8f110CompareSparkQA
commented
Oct 9, 2020
Kubernetes integration test status success |
SparkQA
commented
Oct 9, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 9, 2020
Kubernetes integration test status success |
042ab55 to
0d8f110CompareSparkQA
commented
Oct 9, 2020
Test build #129593 has finished for PR 29991 at commit
|
b6475be to
cf4af04CompareSparkQA
commented
Oct 9, 2020
Kubernetes integration test starting |
Notes: I am not sure if we should put MinGW here. Ultimately we want to use one provided by Rtools, right? (thought we might have to add Here
|
zero323
commented
Oct 9, 2020
cc @HyukjinKwon |
SparkQA
commented
Oct 9, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 9, 2020
Kubernetes integration test status failure |
SparkQA
commented
Oct 9, 2020
Kubernetes integration test status success |
SparkQA
commented
Oct 9, 2020
Test build #129594 has finished for PR 29991 at commit
|
HyukjinKwon
commented
Oct 9, 2020
Should be good to go as long as AppVeyor build pass. |
SparkQA
commented
Oct 9, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 9, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 9, 2020
Kubernetes integration test status success |
SparkQA
commented
Oct 9, 2020
Kubernetes integration test status success |
SparkQA
commented
Oct 9, 2020
Test build #129596 has finished for PR 29991 at commit
|
SparkQA
commented
Oct 9, 2020
Test build #129598 has finished for PR 29991 at commit
|
SparkQA
commented
Oct 10, 2020
Test build #129600 has finished for PR 29991 at commit
|
SparkQA
commented
Oct 10, 2020
Test build #129602 has finished for PR 29991 at commit
|
srowen
left a comment
There was a problem hiding this comment.
I don't know this well but seems plausible.
HyukjinKwon
commented
Oct 10, 2020
Merged to master. |
zero323
commented
Oct 10, 2020
Thanks! |
…etrize BINPREF ### What changes were proposed in this pull request? - Change default R `arch` from `i386` to `x64`, to match Rtools version. - Parameterize `BINPREF` with `WIN` (https://stackoverflow.com/a/44035904) Reported on dev: http://apache-spark-developers-list.1001551.n3.nabble.com/Broken-rlang-installation-on-AppVeyor-td30294.html ### Why are the changes needed? It seems like update from rlang 0.4.7 to 0.4.8 exposed an issue, where build fails because of incompatible ddl ``` c:/Rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible C:/R/bin/i386/R.dll when searching for -lR [00:01:52] c:/Rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible C:/R/bin/i386/R.dll when searching for -lR [00:01:52] c:/Rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lR [00:01:52] collect2.exe: error: ld returned 1 exit status ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. Closesapache#29991 from zero323/APPVEYOR-DEAFAULT-ARCH. Authored-by: zero323 <mszymkiewicz@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
What changes were proposed in this pull request?
archfromi386tox64, to match Rtools version.BINPREFwithWIN(https://stackoverflow.com/a/44035904)Reported on dev:
http://apache-spark-developers-list.1001551.n3.nabble.com/Broken-rlang-installation-on-AppVeyor-td30294.html
Why are the changes needed?
It seems like update from rlang 0.4.7 to 0.4.8 exposed an issue, where build fails because of incompatible ddl
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing tests.