mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Export toolchain tools (#61)
* Export toolchain tools * Fix environment
This commit is contained in:
parent
e807913b63
commit
9d8e796b4f
18
.github/actions/android/action.yml
vendored
18
.github/actions/android/action.yml
vendored
@ -12,9 +12,15 @@ runs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: just build-android
|
run: just build-android
|
||||||
# - name: Check x86_64
|
- name: Check x86_64
|
||||||
# shell: bash
|
shell: bash
|
||||||
# run: just check maplibre-android x86_64-linux-android
|
run: |
|
||||||
# - name: Check aarch64
|
env "AR_x86_64-linux-android=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar" \
|
||||||
# shell: bash
|
env "CC_x86_64-linux-android=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android30-clang" \
|
||||||
# run: just check maplibre-android aarch64-linux-android
|
just check maplibre-android x86_64-linux-android
|
||||||
|
- name: Check aarch64
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
env "AR_aarch64-linux-android=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar" \
|
||||||
|
env "CC_aarch64-linux-android=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android30-clang" \
|
||||||
|
just check maplibre-android aarch64-linux-android
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user