jonkeane commented on pull request #10389: URL: https://github.com/apache/arrow/pull/10389#issuecomment-853843642
I ran the crossbow steps manually last night (it took some juggling, but I was impatient waiting for #10440 to merge). There were a few things I noticed: * the `conda-*-r41` builds failed cause they [were looking for a file `arrow/dev/tasks/conda-recipes/.ci_support/r/linux_64_r_base4.1.yaml`](https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=5987&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=4803) I imagine this can copy the 4.0 files that are already there in that folder bumping 4 to 4.1. Sorry I didn't catch this before, I'm not super familiar with the conda release process. * the `test-r-rtools-35` [task appears to have a yaml syntax error in it so it didn't run](https://github.com/ursacomputing/crossbow/actions/runs/901048826) which might be that the block after the job name needs one more indent (though my eye for spotting yaml errors is terrible, so it might be something totally different!)? I believe the other failures (`test-r-without-arrow`, `r-sanitizer`, and `r-valgrind` are all on-going failures unrelated to this). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
