Add mold package for opensuse, arch, void and gentoo (#12964)

Release Notes:

- N/A
This commit is contained in:
Subodh Upreti 2024-06-13 13:32:37 +05:45 committed by GitHub
parent 2f43d52e7e
commit cfbf5dca7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,6 +75,7 @@ if [[ -n $zyp ]]; then
openssl-devel openssl-devel
libzstd-devel libzstd-devel
libvulkan1 libvulkan1
mold
) )
$maysudo "$zyp" install -y "${deps[@]}" $maysudo "$zyp" install -y "${deps[@]}"
exit 0 exit 0
@ -93,6 +94,7 @@ if [[ -n $pacman ]]; then
openssl openssl
zstd zstd
pkgconf pkgconf
mold
) )
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}" $maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
exit 0 exit 0
@ -111,6 +113,7 @@ if [[ -n $xbps ]]; then
openssl-devel openssl-devel
wayland-devel wayland-devel
vulkan-loader vulkan-loader
mold
) )
$maysudo "$xbps" -Syu "${deps[@]}" $maysudo "$xbps" -Syu "${deps[@]}"
exit 0 exit 0
@ -129,6 +132,7 @@ if [[ -n $emerge ]]; then
media-libs/vulkan-loader media-libs/vulkan-loader
x11-libs/libxcb x11-libs/libxcb
x11-libs/libxkbcommon x11-libs/libxkbcommon
sys-devel/mold
) )
$maysudo "$emerge" -u "${deps[@]}" $maysudo "$emerge" -u "${deps[@]}"
exit 0 exit 0