Skip to content

Commit

Permalink
Merge pull request #155 from ledif/build-fix-stuff
Browse files Browse the repository at this point in the history
chore(build): port improvements from Bluefin's skew fixes
  • Loading branch information
inffy authored Jan 28, 2025
2 parents 7203d08 + dbd30bc commit 6b5a89b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions build_files/base/01-build-fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,29 @@ for repo in "${repos[@]}"; do
fi
done

rpm-ostree override replace \
--experimental \
--from repo=updates \
glib2 \
|| true

rpm-ostree override replace \
--experimental \
--from repo=updates \
glibc \
glibc-common \
glibc-all-langpacks \
glibc-gconv-extra \
|| true

rpm-ostree override replace \
--experimental \
--from repo=updates \
libX11 \
libX11-common \
libX11-xcb \
|| true

rpm-ostree override replace \
--experimental \
--from repo=updates \
Expand All @@ -30,4 +53,8 @@ rpm-ostree override replace \
qt6-qtbase-gui ||
true

rpm-ostree override remove \
glibc32 \
|| true

echo "::endgroup::"

0 comments on commit 6b5a89b

Please sign in to comment.