Rust 1.64: Revert statx patch for sb2 compatibility#19
Rust 1.64: Revert statx patch for sb2 compatibility#19rubdos wants to merge 2 commits intosailfishos:update_1_64from
Conversation
|
I seem to be getting a lot further with LLVM 14, although now I'm getting complaints about not finding |
|
Very close to working :-) EDIT: I removed the executable from the package, since it doesn't seem necessary to have it around for compiling packages. If you'd rather see it packaged, I'd happily add it to |
|
Something I just noticed: would it be worth squashing this new patch into |
I noticed you were trying out 1.64. Instead of implementing statx in sb2, reverting the statx compatibility patches was actually rather easy, and might provide a workaround.
I tried building this against LLVM 16, but apparently the highest supported LLVM is 14 for 1.64, so I'll retry against that and report back.
Part of The Rust Plan