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

chore(deps): upgrade to newest bsdtar #940

Merged
merged 1 commit into from
Sep 18, 2024
Merged

chore(deps): upgrade to newest bsdtar #940

merged 1 commit into from
Sep 18, 2024

Conversation

alexeagle
Copy link
Collaborator

@alexeagle alexeagle commented Sep 17, 2024

Fixes #935

@alexeagle alexeagle merged commit 3b6a3d5 into main Sep 18, 2024
22 checks passed
@alexeagle alexeagle deleted the alexeagle-patch-2 branch September 18, 2024 00:00
),
"windows_amd64": (
"https://github.com/libarchive/libarchive/releases/download/v3.7.4/libarchive-v3.7.4-amd64.zip",
"7ced6865d5e22e1dab0c3f3d65094d946ae505ec4e8db026f82c9e1c413f3c59",
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5/tar_windows_amd64.exe",
Copy link

Choose a reason for hiding this comment

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

I think the binary here won't work on Windows as intended – based on file it is an ELF binary:

$ wget https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5/tar_windows_amd64.exe
$ file tar_windows_amd64.exe
tar_windows_amd64.exe: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah sorry about that, I detected that problem before release here (CI is red on main on windows). Working on it...

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.

libarchive windows bsdtar 404
3 participants