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
Fixed glibc compatibility by hardcoding lower version for log2
fixes#1690
- the minimum glibc version was inadvertently bumped in the latest
release because `log2` was linked to a higher version
- this adds the downgrade to the gcc preinclude file to resolve this
- in an upcoming commit, we will add a test to prevent these issues from
occurring again
0 commit comments