Prepping for 8.4

* Multilib changes
* Rocky pre-population list changed
* Variants modified to add RT (commented for now)
This commit is contained in:
nazunalika 2021-05-27 22:44:47 -07:00
parent bf9c2ae29f
commit c058cfe3fd
Signed by: label
GPG Key ID: 6735C0E1BD65D048
3 changed files with 624 additions and 245 deletions

View File

@ -6,6 +6,8 @@ multilib_blacklist = {
"totem",
"ocaml*",
"fwupd*",
"gcc-toolset-10-systemtap*",
"gcc-toolset-10-dyninst-*",
],
}
@ -14,7 +16,8 @@ multilib_whitelist = {
"*": [
"valgrind",
"papi",
"gcc-toolset-9-valgrind",
"gcc-toolset-9-valgrind",
"gcc-toolset-10-valgrind",
"p11-kit-trust",
],
}

File diff suppressed because it is too large Load Diff

View File

@ -287,8 +287,14 @@
<arches>
<arch>aarch64</arch>
<arch>ppc64le</arch>
<arch>s390x</arch>
<arch>x86_64</arch>
</arches>
</variant>
<!-- Not available yet
<variant id="RT" name="RT" type="variant">
<arches>
<arch>x86_64</arch>
</arches>
</variant>
-->
</variants>