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

Sets up statically linked exes for linux, deals with some dependencies for windows #3

Merged
merged 2 commits into from
Apr 27, 2024

Conversation

LemonInTheDark
Copy link
Collaborator

I'm swapping to musl binaries for linux since basically the only people who would use them would be the CI bots and the performance cost doesn't fuckin matter.
I could try and jig replacing their memory management system to make it suck less but I do not think I'm at that point rn.

For windows we're basically just statically linking what we can.
We are at the least LESS reliant on MSVC being setup, though it's hard for me to tell in detail because I don't want to remove all 20 old c++ runtimes.
Shit works even when I can't compile the binary, that's pretty good.

…s for windows

I'm swapping to musl binaries for linux since basically the only people
who would use them would be the CI bots and the performance cost doesn't
fuckin matter. I could try and jig replacing their memory management
system to make it suck less but I do not think I'm at that point rn.

For windows we're basically just statically linking what we can. We are
at the least LESS reliant on MSVC being setup, though it's hard for me
to tell in detail because I don't want to remove all 20 old c++
runtimes. Shit works even when I can't compile the binary, that's pretty
good.
I'm mostly doing this for myself because my brain is too rotten to
implement a proper release tool in like, rust or something.

It does document what and how I'm releasing though, which is I think a
good thing
@LemonInTheDark LemonInTheDark merged commit fbebb17 into spacestation13:master Apr 27, 2024
3 checks passed
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.

1 participant