Changes between Initial Version and Version 1 of Ticket #20765, comment 5
- Timestamp:
- 12/09/2024 10:07:42 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #20765, comment 5
initial v1 5 5 > rust-bindgen 0.70 upwards has caused lib32-mesa for me to FTBFS because it would generate bindings that went out of bounds. I forget the exact error. So I just stuck with the 0.69 series. The attached issue you sent is completely unrelated to the issues I have with 0.70 upwards but unfortunate. 6 6 7 I do build and `ninja test` the NVK driver whenever I upgrade rustc or rust-bindgen, so I'm just reporting the regression in the new release. I don't test multilib or 32-bit system though :( .7 I do build and `ninja test` the NVK driver whenever I upgrade rustc or rust-bindgen, so I'm just reporting the regression in the new release. I don't test multilib or 32-bit system though :(, and when we discussed 32-bit support last time we decided that LFS still supports 32-bit (i.e. we need to test a 32-bit build before making a LFS stable release), but BLFS does not really support 32-bit (i.e. when we find a issue on 32-bit we still attempt to fix it, but we don't guarantee we'll find and fix all of them).