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

ci: use gnu tar on macos #10069

Merged
merged 1 commit into from
Apr 8, 2021
Merged

ci: use gnu tar on macos #10069

merged 1 commit into from
Apr 8, 2021

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Apr 8, 2021

This PR installs and uses GNU tar for extracting cache in macos runner of CI. (actions/cache step automatically picks gtar if it's available).

According to actions/cache#403 BSD tar causes corruption of certain files such as libserde_derive.dylib. (see also rust-lang/cargo#8603

This workaround should prevent this error https://github.com/denoland/deno/runs/2297003519

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ry ry merged commit 3dd525d into denoland:main Apr 8, 2021
@kt3k kt3k mentioned this pull request Apr 8, 2021
@kt3k kt3k deleted the ci/use-gnu-tar-on-mac branch April 8, 2021 23:42
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.

2 participants