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

Run polyfill on itself after compiling #2

Open
MrNavaStar opened this issue May 19, 2024 · 0 comments
Open

Run polyfill on itself after compiling #2

MrNavaStar opened this issue May 19, 2024 · 0 comments

Comments

@MrNavaStar
Copy link

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!)

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

No branches or pull requests

1 participant