Don't update DroidFish to 1.65 (73), disable 1.64: crash
This commit is contained in:
parent
eb30204b87
commit
2c74b2c7f4
|
@ -119,6 +119,7 @@ Build:1.63,71
|
|||
ant -f build_copy_exe.xml
|
||||
|
||||
Build:1.64,72
|
||||
disable=crashes
|
||||
commit=441afc339874869696a38c69387fefda25c1ab16
|
||||
subdir=DroidFish
|
||||
prebuild=printf 'source.dir=src;../CuckooChessEngine/src' > ant.properties
|
||||
|
@ -126,6 +127,22 @@ Build:1.64,72
|
|||
build=$$NDK$$/ndk-build && \
|
||||
ant -f build_copy_exe.xml
|
||||
|
||||
Build:1.65,73
|
||||
disable=still broken-ish
|
||||
commit=827febd8e19cc5a56fd64155de27774c03c6e486
|
||||
subdir=DroidFish
|
||||
prebuild=printf 'source.dir=src;../CuckooChessEngine/src' > ant.properties
|
||||
build=$$NDK$$/ndk-build && \
|
||||
ant -f build_copy_exe.xml && \
|
||||
ant release && \
|
||||
ant -f build_eco.xml && \
|
||||
ant release
|
||||
|
||||
Maintainer Notes:
|
||||
Running `ant release` twice seems fishy, but we can only run build_eco after that
|
||||
and need to package the resulting eco.dat as well. Build still crashes.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.65
|
||||
|
|
Loading…
Reference in a new issue