[eclipse-mylyn/f19] Add a workaround for a build failing on ARM.

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Oct 3 09:32:48 UTC 2013


commit b66366c1649a02a2856a031bf9f4b8ad4d23bea4
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Oct 3 10:50:43 2013 +0200

    Add a workaround for a build failing on ARM.

 eclipse-mylyn.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index eee00d5..0bada41 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -12,7 +12,7 @@
 Name:    %{?scl_prefix}eclipse-mylyn
 Summary: Eclipse Mylyn main feature.
 Version: 3.9.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
@@ -384,6 +384,7 @@ sed -i -e "s/compatible/greaterOrEqual/g" org.eclipse.mylyn.versions/org.eclipse
 
 %build
 %{?scl:%scl_maven_opts}
+export MAVEN_OPTS="-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
 mvn-rpmbuild clean install -Dmaven.test.skip=true -DforceContextQualifier=%{qualifier}
 
 %install
@@ -702,6 +703,9 @@ install %{SOURCE6} %{buildroot}%{install_loc}/mylyn/eclipse/redhat-bugzilla-cust
 %doc org.eclipse.mylyn.commons/org.eclipse.mylyn.commons.sdk-feature/license.html
 
 %changelog
+* Thu Oct 3 2013 Krzysztof Daniel <kdaniel at redhat.com> 3.9.1-2
+- Add a workaround for a build failing on ARM.
+
 * Thu Oct 3 2013 Krzysztof Daniel <kdaniel at redhat.com> 3.9.1-1
 - Update to Kepler SR1.
 


More information about the scm-commits mailing list