Skip to content

Commit

Permalink
attempt set env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 23, 2023
1 parent d3670ed commit 8930e6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/turnip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
ninja -C "build-android" install
cd ..
envsubst <android-turnip-${{matrix.arch}} >build-crossfile-turnip
export LD_LIBRARY_PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/lib/:$LD_LIBRARY_PATH
export PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
meson build-android-${{matrix.arch}} --cross-file "build-crossfile-turnip" \
-Dbuildtype=release \
--prefix=/tmp/mesa \
Expand All @@ -50,6 +52,7 @@ jobs:
-Dandroid-stub=true \
-Dgallium-drivers=swrast \
-Dvulkan-drivers=swrast \
-Dllvm=enabled \
-Db_lto=true
ninja -C build-android-${{matrix.arch}} install
- name: Upload libraries
Expand Down

0 comments on commit 8930e6a

Please sign in to comment.