From 9a9991da264fd1e112c0ace0f69214d4600acbae Mon Sep 17 00:00:00 2001 From: Subodh Upreti Date: Thu, 13 Jun 2024 13:32:37 +0545 Subject: [PATCH] Add mold package for opensuse, arch, void and gentoo (#12964) Release Notes: - N/A --- script/linux | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/linux b/script/linux index c07a5064af276e..0136e186556e54 100755 --- a/script/linux +++ b/script/linux @@ -75,6 +75,7 @@ if [[ -n $zyp ]]; then openssl-devel libzstd-devel libvulkan1 + mold ) $maysudo "$zyp" install -y "${deps[@]}" exit 0 @@ -93,6 +94,7 @@ if [[ -n $pacman ]]; then openssl zstd pkgconf + mold ) $maysudo "$pacman" -S --needed --noconfirm "${deps[@]}" exit 0 @@ -111,6 +113,7 @@ if [[ -n $xbps ]]; then openssl-devel wayland-devel vulkan-loader + mold ) $maysudo "$xbps" -Syu "${deps[@]}" exit 0 @@ -129,6 +132,7 @@ if [[ -n $emerge ]]; then media-libs/vulkan-loader x11-libs/libxcb x11-libs/libxkbcommon + sys-devel/mold ) $maysudo "$emerge" -u "${deps[@]}" exit 0