Skip to content

Commit

Permalink
Replace zink with panfrost in the CI build script
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Nov 19, 2023
1 parent 8bf7958 commit 3e9531b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
#Now, build OSMesa with panfrost
envsubst <android-${{matrix.arch}} >build-crossfile
meson setup "build-android" \
--prefix=/tmp/zink \
--prefix=/tmp/pan \
--cross-file "build-crossfile" \
-Dplatforms=android \
-Dplatform-sdk-version=25 \
-Dplatform-sdk-version=26 \
-Dandroid-stub=true \
-Dllvm=disabled \
-Dxlib-lease=disabled \
Expand All @@ -60,11 +60,11 @@ jobs:
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
-Dgallium-drivers=swrast,zink \
-Dgallium-drivers=swrast,panfrost \
-Dshared-glapi=false
ninja -C "build-android" install
- name: Upload libraries
uses: actions/upload-artifact@v2
with:
name: libzink_${{matrix.arch}}
path: /tmp/zink
name: panfrost_${{matrix.arch}}
path: /tmp/pan

0 comments on commit 3e9531b

Please sign in to comment.