Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building mesa via debos taking long time #516

Open
openedev opened this issue Sep 5, 2024 · 0 comments
Open

building mesa via debos taking long time #516

openedev opened this issue Sep 5, 2024 · 0 comments

Comments

@openedev
Copy link

openedev commented Sep 5, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant