Skip to content

Commit

Permalink
try compile venus seperately
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 authored Feb 28, 2024
1 parent cceb1bc commit 9af91c0
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/pojav-gallium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,28 @@ jobs:
-Dglx=disabled \
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers=virtio-experimental \
-Dvulkan-drivers= \
-Dgallium-drivers=zink,virgl \
-Dshared-glapi=false \
-Dbuildtype=release
ninja -C "build-android" install
envsubst <android-turnip-${{matrix.arch}} >build-crossfile-turnip
meson setup "build-android-turnip" \
--cross-file "build-crossfile-turnip" \
-Dbuildtype=release \
--prefix=/tmp/mesa \
-Dplatforms=android \
-Dplatform-sdk-version=33 \
-Dandroid-stub=true \
-Dgallium-drivers= \
-Dvulkan-drivers=virtio-experimental \
-Dandroid-strict=false \
-Db_lto=true
ninja -C "build-android-turnip" install
cd /tmp/mesa/lib
mv libOSMesa.so libOSMesa_znL.so
- name: Upload libraries
uses: actions/upload-artifact@v2
with:
name: libOSMesa_znL_${{matrix.arch}}
path: /tmp/mesa/lib/libOSMesa_znL.so
name: mesa_${{matrix.arch}}
path: /tmp/mesa/lib/

0 comments on commit 9af91c0

Please sign in to comment.