You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was recently using polyfill on a project and included my compiled build of polyfill in the GitHub project so that GitHub actions could output a polyfilled binary (my project for reference).
However since I compiled polyfill on a modern system (fedora 40) glibc was newer than the version ubuntu container actions uses. The fix ofc was very simple, just run polyfill on itself! I was able to patch polyfill for glibc for 2.2.5 and everything is now working great.
I think it would be very handy! (And thanks for this wonderful tool!)
The text was updated successfully, but these errors were encountered:
I was recently using polyfill on a project and included my compiled build of polyfill in the GitHub project so that GitHub actions could output a polyfilled binary (my project for reference).
However since I compiled polyfill on a modern system (fedora 40) glibc was newer than the version ubuntu container actions uses. The fix ofc was very simple, just run polyfill on itself! I was able to patch polyfill for glibc for 2.2.5 and everything is now working great.
I think it would be very handy! (And thanks for this wonderful tool!)
The text was updated successfully, but these errors were encountered: