Skip to content

Commit

Permalink
fix: Add skew fixes (#2069)
Browse files Browse the repository at this point in the history
Signed-off-by: m2Giles <[email protected]>
  • Loading branch information
m2Giles authored and GarciaLnk committed Dec 24, 2024
1 parent ff11b90 commit f89f9b2
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 @@ -28,9 +28,36 @@ if grep -q "kinoite" <<<"${BASE_IMAGE_NAME}"; then
true
fi

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 \
elfutils-libelf \
elfutils-libs ||
true

rpm-ostree override remove \
glibc32 ||
true

0 comments on commit f89f9b2

Please sign in to comment.