-
Notifications
You must be signed in to change notification settings - Fork 52
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
Switch to musl
to increase backwards compatibility
#184
Comments
Ah jeese I guess I should just switch to musl I'll have to test the performance on both, and then I'll migrate to musl. |
musl
to increase backwards compatibility
I assume musl is portable and will not suffer from symbol LIBC_XX not found?
…On 8/3/22, Ilesh Thiada ***@***.***> wrote:
Ah jeese I guess I should just switch to musl
I'll have to test you performance on both, and then I'll migrate to musl
--
Reply to this email directly or view it on GitHub:
#184 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
And thanks, now I won't have to go crazy trying to modify the actions
to build correctly.
…On 8/3/22, Nova Star ***@***.***> wrote:
I assume musl is portable and will not suffer from symbol LIBC_XX not
found?
On 8/3/22, Ilesh Thiada ***@***.***> wrote:
> Ah jeese I guess I should just switch to musl
>
> I'll have to test you performance on both, and then I'll migrate to musl
>
> --
> Reply to this email directly or view it on GitHub:
> #184 (comment)
> You are receiving this because you authored the thread.
>
> Message ID: ***@***.***>
|
ImperatorStorm
added a commit
to ImperatorStorm/ferium
that referenced
this issue
Aug 21, 2022
Fixes gorilla-devs#184, partially closes gorilla-devs#191.
ImperatorStorm
added a commit
to ImperatorStorm/ferium
that referenced
this issue
Aug 21, 2022
Fixes gorilla-devs#184, partially closes gorilla-devs#191.
theofficialgman
pushed a commit
to theofficialgman/ferium
that referenced
this issue
Aug 23, 2022
Fixes gorilla-devs#184, partially closes gorilla-devs#191.
ImperatorStorm
added a commit
to ImperatorStorm/ferium
that referenced
this issue
Aug 23, 2022
Fixes gorilla-devs#184, partially closes gorilla-devs#191.
theRookieCoder
added a commit
that referenced
this issue
Oct 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem
Is your feature request related to a problem? Please describe it.
Not really a problem, just backward compatibility.
My solutions
Describe any number of solutions you've thought of.
The solution is to build within Ubuntu 18.04. (Alternatively, compile everything against Ubuntu 18.04 libc which is 2.27)
I understand that it's to be phased out at April 2023, so it's not a great loss if this is closed.
The text was updated successfully, but these errors were encountered: