Efraim Flashner <efr...@flashner.co.il> skribis: > Currently in build-aux/hydra we have i686->x86_64 cross-builds disabled, > but this is not the only one we should eliminate. Currently on > core-updates we have armhf->mips64el attempts and also armhf and i686-> > aarch64 attemps, all of which fail as expected. > > I propose we add two sub-lists of %supported-architectures, 32-bit and > 64-bit; we can use them in package difinitions to eliminate 32-bit > architectures from building 64-bit only packages, and use them in > build-aux/hydra to prevent 32-bit -> 64-bit cross-builds.
I believe this if fixed in 9ec2a4d3fec44f08a55df9f5f3d1a04b83e7fcf6, not by specifying a list of valid cross-builds, but by fixing the logic in the ‘from-32-to-64?’ procedure. Thanks, Ludo’.