assignUser commented on PR #39148: URL: https://github.com/apache/arrow/pull/39148#issuecomment-1848102267
> In other words, bootstrap.R will get run on users' machines so it must have a more restricted scope...the makefile commands will only get run on developer machines. At the moment if run on a dev version it will skip everything and the release tarball won't have the file so a cran source install via pak or so will also not run it. We could make everything outside of `make sync-cpp` explicitly opt in but why install a release version from gh instead of CRAN? > with bootstrap.R you could change C++ code and have somebody install the pull request version of soemething to see if it fixed an issue) Ah yes that sounds useful, so we want to change it to always vendor the cpp source (which also means that we probably want to use something other than `rsync` to do it?) and only do the other release stuff on release version/opt-in. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
