You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building the latest mesa as part of debos as panthor need mesa-24.0.0 on rk3588 which I don't find any package available.
- action: run
description: Build mesa
chroot: true
command: |
set -e
git clone https://gitlab.freedesktop.org/mesa/mesa.git /mesa
cd /mesa && mkdir build debian && cd build
# configure
meson -Dvulkan-drivers= -Dgallium-drivers=panfrost,swrast -Dlibunwind=false -Dprefix=/mesa/debain -Dplatforms=x11,wayland
# build
ninja -v install -j 16
Is it proper way of doing the latest package to be part of debos? if so it is taking more than 3 hours to build but when I built in target it took only 5 to 10 minutes.
Any idea?
The text was updated successfully, but these errors were encountered:
assuming your host machine running the debos is x86_64. The qemu emulation for arm64 is very slow on x86 machine. I suggest you run this same debos recipe on your rk3588 device. it will be faster that way.
I'm building the latest mesa as part of debos as panthor need mesa-24.0.0 on rk3588 which I don't find any package available.
Is it proper way of doing the latest package to be part of debos? if so it is taking more than 3 hours to build but when I built in target it took only 5 to 10 minutes.
Any idea?
The text was updated successfully, but these errors were encountered: