Skip to content

Commit d075689

Browse files
committed
fix(f39): Exclude Deck mesa changes for now
1 parent bb7ddd7 commit d075689

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Containerfile

+9-9
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ RUN rpm-ostree install \
285285
/tmp/akmods-rpms/kmods/*steamdeck*.rpm
286286

287287
# Install gamescope-limiter patched Mesa and patched udisks2 (Needed for SteamOS SD card mounting)
288-
RUN rpm-ostree override replace \
288+
RUN if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
289+
rpm-ostree override replace \
289290
--experimental \
290291
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
291292
mesa-filesystem \
@@ -296,14 +297,13 @@ RUN rpm-ostree override replace \
296297
mesa-libGL \
297298
mesa-libglapi \
298299
mesa-vulkan-drivers && \
299-
if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
300-
rpm-ostree override replace \
301-
--experimental \
302-
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
303-
udisks2 \
304-
libudisks2 \
305-
udisks2-btrfs \
306-
; fi
300+
rpm-ostree override replace \
301+
--experimental \
302+
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
303+
udisks2 \
304+
libudisks2 \
305+
udisks2-btrfs \
306+
; fi
307307

308308
# Configure KDE & GNOME
309309
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \

0 commit comments

Comments
 (0)