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

grpc-tools: Force GNU format for artifact tarballs #2288

Merged
merged 2 commits into from Dec 5, 2022

Conversation

murgatroid99
Copy link
Member

This fixes #2287. The current release has a bug where the Mac artifacts are extracted into a directory called GNUSparseFiles.0. This comes from extracting a sparse file from a POSIX/PAX format archive (documentation). file shows that only the Mac artifacts are in the POSIX format, and the others are in the GNU format. I am assuming that the tar implementation in the Mac build environment defaults to the POSIX format, which would mean that we can avoid this problem by forcing the GNU format.

@murgatroid99
Copy link
Member Author

This seems to fix the problem, based on manual testing.

@murgatroid99 murgatroid99 merged commit 49f8b5e into grpc:master Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When updating to 1.12.0 from 1.11.3 I get ENOENT error
2 participants