aikit icon indicating copy to clipboard operation
aikit copied to clipboard

[BUG] apple silicon base image build is broken

Open sozercan opened this issue 4 months ago • 1 comments

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.

sozercan avatar Aug 07 '25 21:08 sozercan

last built image is still working, but should get this working again

related #533

sozercan avatar Aug 21 '25 18:08 sozercan