Skip to content

Commit

Permalink
Continue build even if overrides fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aguslr committed Feb 4, 2025
1 parent 8bac802 commit eeea20c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN <<-'EOT' sh
--uninstall rpmfusion-free-release \
--uninstall rpmfusion-nonfree-release

rpm-ostree override remove \
(rpm-ostree override remove \
ffmpeg-free \
libavcodec-free \
libavdevice-free \
Expand All @@ -73,12 +73,12 @@ RUN <<-'EOT' sh
--install=gstreamer1-plugins-bad-free-extras \
--install=gstreamer1-plugins-bad-freeworld \
--install=gstreamer1-plugins-ugly \
--install=gstreamer1-vaapi
--install=gstreamer1-vaapi) || true

rpm-ostree override remove \
(rpm-ostree override remove \
mesa-va-drivers \
--install=mesa-va-drivers-freeworld \
--install=mesa-vdpau-drivers-freeworld
--install=mesa-vdpau-drivers-freeworld) || true

case "$(rpm -E %{_arch})" in
x86_64)
Expand Down

0 comments on commit eeea20c

Please sign in to comment.