xcode-frameworks: remove workaround once Zig package manager can extract tarball #903

Closed
opened 2023-07-31 05:13:30 +00:00 by emidoots · 2 comments
emidoots commented 2023-07-31 05:13:30 +00:00 (Migrated from github.com)

https://github.com/hexops/xcode-frameworks cannot be used directly via the Zig package manager, because it cannot download/extract the URL. It is likely because of https://github.com/ziglang/zig/issues/16678 and so we may be able to fix it by squashing symlinks (which we need to do anyway for better windows cross-compilation support)

https://github.com/hexops/xcode-frameworks/archive/054d0f00f5244564fd86aaf9b31faa254450f249.tar.gz

The error is error: TarUnsupportedFileType

To workaround this we have a hack/package that clones the dependency for us: https://github.com/hexops/xcode-frameworks-pkg

https://github.com/hexops/xcode-frameworks cannot be used directly via the Zig package manager, because it cannot download/extract the URL. It is likely because of https://github.com/ziglang/zig/issues/16678 and so we may be able to fix it by squashing symlinks (which we need to do anyway for better windows cross-compilation support) https://github.com/hexops/xcode-frameworks/archive/054d0f00f5244564fd86aaf9b31faa254450f249.tar.gz The error is `error: TarUnsupportedFileType` To workaround this we have a hack/package that clones the dependency for us: https://github.com/hexops/xcode-frameworks-pkg
emidoots commented 2023-08-04 01:38:49 +00:00 (Migrated from github.com)

Thanks to Mitchell Hashimoto we've got a workaround for this temporarily: https://github.com/hexops/xcode-frameworks-pkg

Thanks to Mitchell Hashimoto we've got a workaround for this temporarily: https://github.com/hexops/xcode-frameworks-pkg
emidoots commented 2023-10-07 23:15:18 +00:00 (Migrated from github.com)

This can be fixed now

This can be fixed now
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hexops/mach#903
No description provided.