Skip to content

Commit

Permalink
Fix?[mesa]: Switch to 23.1.9 to maybe aviod issues iwth Mali?
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Nov 28, 2023
1 parent eb60446 commit 8922263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip3 install mako
export ANDROID_NDK_HOME="$ANDROID_SDK_ROOT/ndk-bundle"
envsubst <android-${{matrix.arch}} >build-crossfile
git clone --depth 1 https://github.com/Mesa3D/mesa
git clone --depth 1 --branch mesa-23.1.9 https://gitlab.freedesktop.org/mesa/mesa.git
cd mesa
git apply --reject --whitespace=fix ../mesa-zink.diff || echo "git apply failed"
meson setup "build-android" \
Expand Down

0 comments on commit 8922263

Please sign in to comment.