We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bcf878 + 3c2b96f commit 7fbd4a1Copy full SHA for 7fbd4a1
1 file changed
build/build.xml
@@ -59,6 +59,15 @@
59
60
<!-- Switching to 8 because updates for 7 ended April 2015 -->
61
<property name="jdk.version" value="8" />
62
+
63
+ <!-- temporarily work around performance regression on ARM -->
64
+ <condition property="jdk.update" value="77">
65
+ <equals arg1="${linux-arm32}" arg2="linux-arm32" />
66
+ </condition>
67
+ <condition property="jdk.build" value="3">
68
69
70
71
<property name="jdk.update" value="92" />
72
<property name="jdk.build" value="14" />
73
0 commit comments