Further binary releases fixes

* .tar -> .tar.gz: save a few more MB in distribution.
* drop android armv7 without NEON support: there should be almost no devices around that do not support this.

closes https://github.com/official-stockfish/Stockfish/pull/6850

No functional change
This commit is contained in:
Joost VandeVondele
2026-05-25 11:20:01 +02:00
parent 05f48577e1
commit 41f3557db9
2 changed files with 9 additions and 12 deletions
+6 -9
View File
@@ -8,7 +8,7 @@
"emu": "qemu-aarch64",
"comp": "ndk",
"shell": "bash",
"archive_ext": "tar"
"archive_ext": "tar.gz"
},
{
"name": "Android NDK arm",
@@ -18,10 +18,13 @@
"emu": "qemu-arm",
"comp": "ndk",
"shell": "bash",
"archive_ext": "tar"
"archive_ext": "tar.gz"
}
],
"binaries": ["armv8-universal", "armv7", "armv7-neon"],
"binaries": [
"armv8-universal",
"armv7-neon"
],
"exclude": [
{
"binaries": "armv8-universal",
@@ -29,12 +32,6 @@
"compiler": "armv7a-linux-androideabi29-clang++"
}
},
{
"binaries": "armv7",
"config": {
"compiler": "aarch64-linux-android29-clang++"
}
},
{
"binaries": "armv7-neon",
"config": {