The recent Prefix bootstrap script added a "stable-only packages" mode (see https://gitweb.gentoo.org/repo/proj/prefix.git/commit/scripts/bootstrap-prefix.sh?id=92e83b4212ec23c1ea9d6013343462b85011a6bd), but only for amd64 (x86_64).
This could easily lead to different package versions being installed for x86_64 vs aarch64 and ppc64le.
That's already the case though, depending on when the compat layer is built.
So, we should check in CI that the same set of packages (and package versions) is installed in each of the compat/linux subdirectories.
The recent Prefix bootstrap script added a "stable-only packages" mode (see https://gitweb.gentoo.org/repo/proj/prefix.git/commit/scripts/bootstrap-prefix.sh?id=92e83b4212ec23c1ea9d6013343462b85011a6bd), but only for
amd64(x86_64).This could easily lead to different package versions being installed for
x86_64vsaarch64andppc64le.That's already the case though, depending on when the compat layer is built.
So, we should check in CI that the same set of packages (and package versions) is installed in each of the
compat/linuxsubdirectories.