Commit 3710a6a
Fix github CI (#1778)
Summary:
Pull Request resolved: #1778
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
fbshipit-source-id: d600efe909d837b7983462caa526ec31aa465ff91 parent 7b00d57 commit 3710a6a
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
172 | 178 | | |
173 | 179 | | |
174 | 180 | | |
| |||
0 commit comments