Skip to content

Commit

Permalink
do not build turnip or x86_64
Browse files Browse the repository at this point in the history
currently broken, if anyone wants to help fix please do
  • Loading branch information
SolDev69 committed Aug 29, 2024
1 parent 5299691 commit 216ca68
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ump-pojav-android_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
arch: [ "arm32", "aarch64", "x86_64" ]
arch: [ "arm32" ]
fail-fast: false

name: "Build for ${{matrix.arch}}"
Expand Down Expand Up @@ -64,20 +64,20 @@ jobs:
-Dshared-glapi=false \
-Dbuildtype=debug
ninja -C "build-android" install
envsubst <android-turnip-${{matrix.arch}} >build-crossfile-turnip
meson setup "build-android-turnip" \
--cross-file "build-crossfile-turnip" \
-Dbuildtype=debug \
--prefix=/tmp/mesa \
-Dplatforms=android \
-Dplatform-sdk-version=33 \
-Dandroid-stub=true \
-Dgallium-drivers= \
-Dvulkan-drivers=freedreno \
-Dfreedreno-kmds=kgsl \
-Dandroid-strict=false \
-Db_lto=true
ninja -C "build-android-turnip" install
# envsubst <android-turnip-${{matrix.arch}} >build-crossfile-turnip
# meson setup "build-android-turnip" \
# --cross-file "build-crossfile-turnip" \
# -Dbuildtype=debug \
# --prefix=/tmp/mesa \
# -Dplatforms=android \
# -Dplatform-sdk-version=33 \
# -Dandroid-stub=true \
# -Dgallium-drivers= \
# -Dvulkan-drivers=freedreno \
# -Dfreedreno-kmds=kgsl \
# -Dandroid-strict=false \
# -Db_lto=true
# ninja -C "build-android-turnip" install
mkdir /tmp/mesa/toupload
mv /tmp/mesa/lib/* /tmp/mesa/toupload/
cd /tmp/mesa/toupload
Expand Down

0 comments on commit 216ca68

Please sign in to comment.