We have FTE support in our 32bit bundles but lack it for 64bit Windows ones (#24195 (moved)). Given that FTE support is going away soon and that we want to fix #29307 (moved) for our mingw-w64/clang toolchain we rip out FTE from 32bit bundles as well.
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.
boklm: One thing that made me wonder while preparing the patch is the pycrypto build for Linux. In particular:
{{{
./configure --build=i686-linux-gnu [% c("var/configure_opt") %]
}}}
Do you know why we have this line setting --build unconditionally to a 32bit system? We don't have it in our old Gitian descriptor at least.
I don't remember why we have this. But it looks like an error. It seems we don't have the any configure line in Gitian.