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

Support tarballs with the GNU Sparse File extension #86

Open
chshersh opened this issue Sep 15, 2022 · 0 comments
Open

Support tarballs with the GNU Sparse File extension #86

chshersh opened this issue Sep 15, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@chshersh
Copy link
Owner

Currently, tool-sync can't support some tools because their macOS archives use the GNU Sparse File feature:

tool-sync/src/sync/db.rs

Lines 99 to 110 in b79eeb9

// tools.insert("tokei", ToolInfo {
// owner: "XAMPPRocky".to_string(),
// repo: "tokei".to_string(),
// exe_name: "tokei".to_string(),
// asset_name: AssetName {
// linux: Some("x86_64-unknown-linux-musl".to_string()),
// macos: Some("apple-darwin".to_string()),
// windows: Some("x86_64-pc-windows-msvc".to_string()),
// }
// tag: ToolInfoTag::Latest,
// }));
//

This is blocked by the following issue in tar crate:

@chshersh chshersh added enhancement New feature or request help wanted Extra attention is needed labels Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant