mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
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:
@@ -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": {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"compiler": "clang++",
|
||||
"comp": "clang",
|
||||
"shell": "bash",
|
||||
"archive_ext": "tar"
|
||||
"archive_ext": "tar.gz"
|
||||
},
|
||||
"binaries": "x86-64-bmi2"
|
||||
},
|
||||
@@ -20,9 +20,9 @@
|
||||
"compiler": "clang++",
|
||||
"comp": "clang",
|
||||
"shell": "bash",
|
||||
"archive_ext": "tar"
|
||||
"archive_ext": "tar.gz"
|
||||
},
|
||||
"binaries": "apple-silicon"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user