Temp remove the packer200

It is mostly due to an unpacker issue on arm
This commit is contained in:
Boulay Mathias 2022-05-31 21:04:33 +02:00 committed by GitHub
parent 0e0b7ed33a
commit 33b9683acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,9 @@ mkdir -p $work1
mkdir -p "$out"
compress_jars(){
find ./ -name '*.jar' -execdir pack200 -S-1 -g -G -E9 {}.pack {} \;
find ./ -name '*.jar' -execdir rm {} \;
#TODO Fix the ARMv7 unpacker200 executable
#find ./ -name '*.jar' -execdir pack200 -S-1 -g -G -E9 {}.pack {} \;
#find ./ -name '*.jar' -execdir rm {} \;
}
# here comes a not-so-complicated functions to easily make desired arch