mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 15:46:08 -04:00
Temp remove the packer200
It is mostly due to an unpacker issue on arm
This commit is contained in:
parent
0e0b7ed33a
commit
33b9683acd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user