snapd-2.27~rc4 currently does not build on Fedora for 32-bit architectures.
cd /builddir/build/BUILD/snapd-2.27~rc4/src/github.com/snapcore/snapd/cmd/snap-seccomp
CGO_LDFLAGS="-g" "-O2" "-Wl,-Bstatic" "-lseccomp" "-Wl,-Bdynamic" /usr/lib/golang/pkg/tool/linux_386/cgo -
objdir $WORK/github.com/snapcore/snapd/cmd/snap-seccomp/_obj/ -importpath
github.com/snapcore/snapd/cmd/snap-seccomp -- -I $WORK/github.com/snapcore/snapd/cmd/snap-
seccomp/_obj/ -g -O2 main.go
# github.com/snapcore/snapd/cmd/snap-seccomp
In file included from /usr/include/xfs/xqm.h:21:0,
from src/github.com/snapcore/snapd/cmd/snap-seccomp/main.go:49:
/usr/include/xfs/xfs.h:51:12: error: size of array 'xfs_assert_largefile' is too large
extern int xfs_assert_largefile[sizeof(off_t)-8];
^~~~~~~~~~~~~~~~~~~~
This issue has come up before in the distant past with snap-confine, and @zyga and @morphis fixed it before. It looks like the new snap-seccomp will need similar treatment.