mirror of
https://github.com/ruffle-rs/ruffle-android.git
synced 2024-11-23 21:59:42 +00:00
Don't compile jxr by default
This commit is contained in:
parent
fa45f2566d
commit
643c6370bc
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
- name: Build native libs
|
||||
run: |
|
||||
unset ANDROID_SDK_ROOT # Deprecated, will cause an error if left set.
|
||||
cargo ndk --bindgen --target ${{ matrix.android-abi }} --platform 26 -o jniLibs build --release
|
||||
cargo ndk --bindgen --target ${{ matrix.android-abi }} --platform 26 -o jniLibs build --release --features jpegxr
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
run: cargo install cargo-ndk
|
||||
|
||||
- name: Check clippy
|
||||
run: cargo ndk --bindgen -t arm64-v8a -- clippy --all --all-features --tests -- -D warnings
|
||||
run: cargo ndk --bindgen -t arm64-v8a --features jpegxr -- clippy --all --all-features --tests -- -D warnings
|
||||
|
||||
android:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -33,7 +33,6 @@ ruffle_core = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "maste
|
||||
"lzma",
|
||||
"default_compatibility_rules",
|
||||
"default_font",
|
||||
"jpegxr"
|
||||
] }
|
||||
|
||||
ruffle_render_wgpu = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master" }
|
||||
|
Loading…
Reference in New Issue
Block a user