Skip to content

Commit 1728dd5

Browse files
authored
fix(pin): downgrade libdex to 0.9.1 (#2794)
1 parent 191cc21 commit 1728dd5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build_files/base/18-workarounds.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ set -eoux pipefail
2020
# see https://bugzilla.redhat.com/show_bug.cgi?id=2365882
2121
dnf -y swap atheros-firmware atheros-firmware-20250311-1$(rpm -E %{dist})
2222

23+
24+
# Only downgrade for F42
25+
if [ "$FEDORA_MAJOR_VERSION" -eq "42" ]; then
26+
# Downgrade libdex to 0.9.1 because 0.10 makes bazaar crash under VMs and PCs with low specs
27+
dnf5 install -y libdex-0.9.1
28+
fi
29+
2330
# Current bluefin systems have the bling.sh and bling.fish in their default locations
2431
mkdir -p /usr/share/ublue-os/bluefin-cli
2532
cp /usr/share/ublue-os/bling/* /usr/share/ublue-os/bluefin-cli

0 commit comments

Comments
 (0)