Windows 7 latest version #1610
Replies: 4 comments 2 replies
-
|
Hey, thanks for the information! I am a bit irritated - AFAIK Windows 7 is supported until Rust 1.77. And we changed MSRV to 1.80 only with 0.10.0. |
Beta Was this translation helpful? Give feedback.
-
|
Seems like windows 7 is still supported using special targets (i686-win7-windows-msvc and x86_64-win7-windows-msvc, and -gnu) which however are Tier 3 on Rust support, so I don't know if they are working. Is there anyone out there who needs Windows 7 support? If yes, we can try out if those targets work or if they pose problems/difficulties.. |
Beta Was this translation helpful? Give feedback.
-
|
I tried to add Windows7 support for the official releases in #1641. But this fails as the windows 7 target is not supported by the toolchain we are using. I've seen for restic some users made their own port/build environment to create a restic binary for Windows 7. Maybe someone can do it similarly for rustic? It shouldn't be about the code which should work on the needed targets (i686-win7-windows-msvc and x86_64-win7-windows-msvc, and -gnu). But tooling is the main issue here (which we won't/can't solve in the rustic project). Another possibility for volunteers is working on Rust to get the targets to Tier2 in which case rustic (and many other Rust programs) should be able to build Win7 executables with the standard toolchain. |
Beta Was this translation helpful? Give feedback.
-
|
Hi I've managed to build 0a0db76 with Win7-msvc target on a Windows 7 host using Rust 1.93 stable. Since both win7 host and target are not really supported, some minor hacks were required to get it to build. Therefore, testing in a VM is highly recommended. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For Windows 7 latest working version of rustic is 0.7.0
restic latest version is 0.16.2
Beta Was this translation helpful? Give feedback.
All reactions