aikit
aikit copied to clipboard
[BUG] apple silicon base image build is broken
What kind of request is this?
None
What is your request or suggestion?
725.3 Repositories loaded.
762.1 Failed to resolve the transaction:
762.1 No match for argument: mesa-vulkan-drivers-24.1.2-101.el9.aarch64
762.1 You can try to add to command line:
762.1 --skip-unavailable to skip unavailable packages
------
Dockerfile.base-applesilicon:8
--------------------
7 | # Install the patched mesa-krunkit drivers
8 | >>> RUN dnf -y install dnf-plugins-core && \
9 | >>> dnf -y copr enable slp/mesa-krunkit epel-9-aarch64 && \
10 | >>> dnf -y install \
11 | >>> mesa-vulkan-drivers-$MESA_VERSION.el9.aarch64 && \
12 | >>> dnf clean all
13 |
--------------------
ERROR: failed to build: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c dnf -y install dnf-plugins-core && dnf -y copr enable slp/mesa-krunkit epel-9-aarch64 && dnf -y install mesa-vulkan-drivers-$MESA_VERSION.el9.aarch64 && dnf clean all" did not complete successfully: exit code: 1
https://github.com/kaito-project/aikit/actions/runs/16812759678/job/47621945599
https://copr.fedorainfracloud.org/coprs/slp/mesa-krunkit/package/mesa/
Are you willing to submit PRs to contribute to this feature request?
- [ ] Yes, I am willing to implement it.
last built image is still working, but should get this working again
related #533