mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-25 14:21:36 +00:00
Prepping for 8.4
* Multilib changes * Rocky pre-population list changed * Variants modified to add RT (commented for now)
This commit is contained in:
parent
bf9c2ae29f
commit
c058cfe3fd
@ -6,6 +6,8 @@ multilib_blacklist = {
|
||||
"totem",
|
||||
"ocaml*",
|
||||
"fwupd*",
|
||||
"gcc-toolset-10-systemtap*",
|
||||
"gcc-toolset-10-dyninst-*",
|
||||
],
|
||||
}
|
||||
|
||||
@ -15,6 +17,7 @@ multilib_whitelist = {
|
||||
"valgrind",
|
||||
"papi",
|
||||
"gcc-toolset-9-valgrind",
|
||||
"gcc-toolset-10-valgrind",
|
||||
"p11-kit-trust",
|
||||
],
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user