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 Dec 22, 2024
1 parent b8ccd90 commit 2869884
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions build_files/base/01-build-fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,36 @@ 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 \
elfutils-libelf \
elfutils-libs ||
true
elfutils-libs \
|| true

rpm-ostree override remove \
glibc32 \
|| true

0 comments on commit 2869884

Please sign in to comment.