Skip to content

Conversation

@samlurye
Copy link
Contributor

@samlurye samlurye commented Nov 8, 2025

Differential Revision: D86577656

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 8, 2025
@meta-codesync
Copy link

meta-codesync bot commented Nov 8, 2025

@samlurye has exported this pull request. If you are a Meta employee, you can view the originating Diff in D86577656.

Summary:

All tests are currently breaking due to a mismatch between `/lib64/libstdc++.so.6` (linked at runtime) and `${CONDA_PREFIX}/lib/libstdc++.so.6` (use during compilation) when trying to import `_rust_bindings.so`. We can fix this at least for now by setting `LD_PRELOAD` to point to the conda env's `libstdc++.so.6` before running the tests.

Reviewed By: zdevito

Differential Revision: D86577656
@meta-codesync
Copy link

meta-codesync bot commented Nov 10, 2025

This pull request has been merged in 3710a6a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants