-
Notifications
You must be signed in to change notification settings - Fork 350
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
Update ABSL to tip #384
Update ABSL to tip #384
Conversation
Nope, this doesn't work:
The call site seems fine: Lines 181 to 182 in 6b78e08
So I suspect we just need to link the right absl library. |
Is it possible that we're just missing a lib in the list of libs here? Lines 313 to 315 in 6b78e08
|
06c29f5
to
941dd06
Compare
Yes, I think so. Added Edit: nope, that error was just from picking up a separate Abseil install on my system. This PR builds fine for me now. Please have a look, @haberman. |
Note that the update to Abseil is not needed to fix anything, but I kept it anyway since it doesn't seem to hurt. Happy to back out that change if needed. |
Windows is still broken, but everything else seems to work now. Don't know anything about Windows unfortunately. I'll try to dig into it tomorrow. I also wonder if dropping the Abseil update and keeping only the change to |
Only Adding |
Windows CI should be good at #385. |
Looks like #385 worked. Would still be nice to update Abseil to tip anyway, but I'm not sure how to fix the Windows errors... |
941dd06
to
0b62733
Compare
0b62733
to
752f32e
Compare
@haberman, this should be good to go too: https://github.com/carlocab/bloaty/actions/runs/10594891815 |
This should hopefully fix the failing build.