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 musl-based systems (e.g. Alpine) #142

Closed
alexrp opened this issue Jan 9, 2024 · 5 comments
Closed

Support musl-based systems (e.g. Alpine) #142

alexrp opened this issue Jan 9, 2024 · 5 comments
Labels
area: build Issues related to the build system.
Milestone

Comments

@alexrp
Copy link
Member

alexrp commented Jan 9, 2024

Blocked on:

@alexrp alexrp added type: feature state: blocked Issues that are blocked on some other issue or work. area: build Issues related to the build system. labels Jan 9, 2024
@alexrp alexrp added this to the Future milestone Jan 9, 2024
@alexrp alexrp self-assigned this Jan 9, 2024
@alexrp alexrp removed their assignment Jan 28, 2024
@alexrp
Copy link
Member Author

alexrp commented Jan 28, 2024

The work needed on the Cathode side is just to add the RIDs to the list:

<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/83 -->
<RuntimeIdentifiers>
linux-arm;
linux-arm64;
linux-x64;
osx-arm64;
osx-x64;
win-arm64;
win-x86;
win-x64
</RuntimeIdentifiers>

@alexrp alexrp modified the milestones: Future, v1.0 Apr 28, 2024
@alexrp alexrp assigned alexrp and unassigned alexrp Apr 28, 2024
@alexrp alexrp removed the state: blocked Issues that are blocked on some other issue or work. label Apr 28, 2024
@alexrp alexrp closed this as completed in 9e75574 Apr 28, 2024
@alexrp
Copy link
Member Author

alexrp commented Apr 30, 2024

@DaRosenberg FYI. Cathode now ships with musl (including Alpine) support. I know it might be a bit too late, but you seemed interested in this.

@DaRosenberg
Copy link

@alexrp Thanks, I was indeed, and still am - it's not too late. But until microsoft/terminal#12143 is fixed, or you find a viable workaround that actually sticks, there's not enough reason for us to migrate from System.Console I think.

@alexrp
Copy link
Member Author

alexrp commented May 4, 2024

Yeah, that's fair. I'm thoroughly out of ideas at this point, honestly. The ball's in Microsoft's court on that now, I think. If you don't mind, it would be good to put a 👍 on that issue to communicate the importance of it.

@DaRosenberg
Copy link

Yep, done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Issues related to the build system.
Development

No branches or pull requests

2 participants