File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ jobs:
3838 bin : libgodot_mcap.so
3939 final_name : libgodot_mcap_arm64.so
4040
41- - runner : ubuntu-latest
42- target : armv7-linux-androideabi
43- bin : libgodot_mcap.so
44- final_name : libgodot_mcap_armv7.so
41+ # 32-bit build disabled for now due to https://github.com/godot-rust/gdext/issues/347
42+ # - runner: ubuntu-latest
43+ # target: armv7-linux-androideabi
44+ # bin: libgodot_mcap.so
45+ # final_name: libgodot_mcap_armv7.so
4546
4647 steps :
4748 - uses : actions/checkout@v4
5455 if : startsWith(matrix.target, 'aarch64-linux-android') || startsWith(matrix.target, 'armv7-linux-androideabi')
5556 run : |
5657 cargo install cargo-ndk
57- rustup target add aarch64-linux-android armv7-linux-androideabi
58- rustup target install aarch64-linux-android armv7-linux-androideabi
58+ rustup target add aarch64-linux-android # armv7-linux-androideabi
59+ rustup target install aarch64-linux-android # armv7-linux-androideabi
5960
6061 - name : Setup Android NDK
6162 if : startsWith(matrix.target, 'aarch64-linux-android') || startsWith(matrix.target, 'armv7-linux-androideabi')
You can’t perform that action at this time.
0 commit comments