Created attachment 1864959 [details] build log Description of problem: If folly is built with clang (on Fedora >= 36 because of issues with GCC 12), watchman cannot be compiled against it on i686. Note: still compiling watchman with gcc, as with clang it fails on more platforms. We're on an older version of watchman because newer ones introduce Rust source code. Version-Release number of selected component (if applicable): folly-2022.03.07.00-1.fc37 watchman-2021.05.10.00-10 Additional info: Build log attached
Folly is now built with GCC again (thanks Mamoru!) - however, since the i686 build has tended to be flaky and upstream doesn't really support or test on 32-bit architectures, we've taken the decision to only build the entire stack on 64-bit, little endian architectures (x86_64, aarch64, ppc64le). So this is no longer an issue.