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

Replace DownloadSourceStep with the package manager #11

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Beyley
Copy link

@Beyley Beyley commented Nov 15, 2024

This works correctly on my Linux host, and I can cross compile to all supported platforms, but this fails on a macOS host due to ziglang/zig#20313, and we can't mark some dependencies as lazy due to ziglang/zig#21771.

The latter has actually been fixed, but the fix isn't available until Mach Zig is updated. I haven't been able to find a direct workaround for the macOS issue yet, so I'm going to mark this as draft for now.

  • By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.

This prevents an error when trying to pull a shared machdxcompiler through the package manager
`panic: artifact name 'machdxcompiler' is ambiguous`
@alexrp
Copy link

alexrp commented Nov 23, 2024

@Beyley are you still able to repro ziglang/zig#20313 with Zig master? I just tried switching to Zig master on my repro project and it seems to work.

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