Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R][CI] R appveyor job fails due to pacman compression change #23850

Closed
asfimport opened this issue Jan 16, 2020 · 2 comments
Closed

[R][CI] R appveyor job fails due to pacman compression change #23850

asfimport opened this issue Jan 16, 2020 · 2 comments

Comments

@asfimport
Copy link

It looks like Appveyor is escaping/shell quoting things it didn't before. This line is failing now: https://github.com/apache/arrow/blob/master/ci/appveyor-build-r.sh#L47

Reporter: Neal Richardson / @nealrichardson
Assignee: Neal Richardson / @nealrichardson

PRs and other links:

Note: This issue was originally created as ARROW-7595. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
The cause seems to be https://www.archlinux.org/news/now-using-zstandard-instead-of-xz-for-package-compression/

The file extensions have changed (along with the compression), so the cp *.xz is failing.

Working on a fix/workaround.

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
Issue resolved by pull request 6215
#6215

@asfimport asfimport added this to the 0.16.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants