However, we should take into account that we want to switch to a mingw-w64/clang-based toolchain soon and should start looking into this ticket not before the other (#28238 (moved)) is done.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
However, we should take into account that we want to switch to a mingw-w64/clang-based toolchain soon and should start looking into this ticket not before the other (#28238 (moved)) is done.
However, we should take into account that we want to switch to a mingw-w64/clang-based toolchain soon and should start looking into this ticket not before the other (#28238 (moved)) is done.
Hm. I know that mingw-clang-x86 needs sjlj-exceptions because the default SEH exceptions are not supported there. But I'm confused why Tor needs a special case and the Mozilla builds don't.
Hm. I know that mingw-clang-x86 needs sjlj-exceptions because the default SEH exceptions are not supported there. But I'm confused why Tor needs a special case and the Mozilla builds don't.
What do you mean with special case? I doubt you are cross-compiling Rust for 32bit Windows. But we do mainly to be able to react "quickly" to potential reproducibility issues (see the infamous #26475 (moved) where this stance has helped).
Hm. I know that mingw-clang-x86 needs sjlj-exceptions because the default SEH exceptions are not supported there. But I'm confused why Tor needs a special case and the Mozilla builds don't.
What do you mean with special case? I doubt you are cross-compiling Rust for 32bit Windows. But we do mainly to be able to react "quickly" to potential reproducibility issues (see the infamous #26475 (moved) where this stance has helped).
Right; we're not, we download pre-compiled stuff (and repack it).
So I guess the answer is you need a patch to your version because you're compiling with a different compiler than us. (Presumably, the windows rust components are compiled using clang-cl or msvc on Windows?)
Hm. I know that mingw-clang-x86 needs sjlj-exceptions because the default SEH exceptions are not supported there. But I'm confused why Tor needs a special case and the Mozilla builds don't.
What do you mean with special case? I doubt you are cross-compiling Rust for 32bit Windows. But we do mainly to be able to react "quickly" to potential reproducibility issues (see the infamous #26475 (moved) where this stance has helped).
Right; we're not, we download pre-compiled stuff (and repack it).
So I guess the answer is you need a patch to your version because you're compiling with a different compiler than us. (Presumably, the windows rust components are compiled using clang-cl or msvc on Windows?)