Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-12-12 15:35:01 +0000
committerAlexander Kurtakov2018-12-12 15:35:01 +0000
commit05b13269bdb977f5ed3fad2442c01656d30829b0 (patch)
treed3e8b9d424bd236e731a0ecda728c0588fc373a9
parente1f128d29adfdb4ae5b55ed17a12d7b0f4334bdd (diff)
downloadeclipse.platform.swt-05b13269bdb977f5ed3fad2442c01656d30829b0.tar.gz
eclipse.platform.swt-05b13269bdb977f5ed3fad2442c01656d30829b0.tar.xz
eclipse.platform.swt-05b13269bdb977f5ed3fad2442c01656d30829b0.zip
Bug 542712 - 32-bit compile checks still run for Gerrit jobs
Stop calling the 32 bit compiles in check_compilation_all_platforms. As the target is used only for gerrit builds it would not affect people building on 32 bit. Although they may encounter missing 64to32 pointer comments in the code . Change-Id: I8d9e62ce68725bcdf3b541672ebe11a2e1037d5e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 61f5ac44eb..bf4faf75b9 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -249,14 +249,6 @@
</antcall>
<antcall target="check_preprocessing"/>
-
- <!-- 32 bit -->
- <antcall target="build_classes">
- <param name="cp" value=".classpath_gtk"/>
- </antcall>
- <antcall target="build_classes">
- <param name="cp" value=".classpath_win32"/>
- </antcall>
</target>
<target name="update_sha1_file">

Back to the top