/hg/buildbot: Add more --disable-system-lcms to IcedTea7 master....
mjw at icedtea.classpath.org
mjw at icedtea.classpath.org
Fri May 20 03:50:30 PDT 2011
changeset c02bdc56dc6e in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=c02bdc56dc6e
author: Mark Wielaard <mark at klomp.org>
date: Fri May 20 12:50:08 2011 +0200
Add more --disable-system-lcms to IcedTea7 master.cfg
configurations.
Also add a f3an7 BuildFactory variant for icedtea7-natty-armv7l-
quick.
diffstat:
icedtea/master.cfg | 30 +++++++++++++++++++++++++++---
1 files changed, 27 insertions(+), 3 deletions(-)
diffs (61 lines):
diff -r d3a4c323b594 -r c02bdc56dc6e icedtea/master.cfg
--- a/icedtea/master.cfg Thu May 05 11:25:39 2011 +0200
+++ b/icedtea/master.cfg Fri May 20 12:50:08 2011 +0200
@@ -380,6 +380,28 @@
description="check-langtools",
workdir="build", timeout=2400))
+f3an7 = factory.BuildFactory()
+f3an7.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
+f3an7.addStep(ShellCommand(command=["./autogen.sh"],
+ workdir="src",
+ description="autogen"))
+f3an7.addStep(ShellCommand(command=["rm", "-rf", "build"],
+ workdir=".",
+ description="clean build dir"))
+f3an7.addStep(Configure(command=["../src/configure",
+ "--disable-bootstrap",
+ "--with-parallel-jobs=2",
+ "--disable-docs",
+ "--disable-system-lcms"],
+ workdir="build"))
+f3an7.addStep(Compile(workdir="build"))
+f3an7.addStep(JTRegCheck(command=["make", "check-hotspot"],
+ description="check-hotspot",
+ workdir="build"))
+f3an7.addStep(JTRegCheck(command=["make", "check-langtools"],
+ description="check-langtools",
+ workdir="build", timeout=2400))
+
f3anc = factory.BuildFactory()
f3anc.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
f3anc.addStep(ShellCommand(command=["./autogen.sh"],
@@ -550,7 +572,8 @@
f3a5.addStep(Configure(command=["../src/configure",
"--disable-bootstrap",
"--with-parallel-jobs=1",
- "--disable-docs"],
+ "--disable-docs",
+ "--disable-system-lcms"],
workdir="build"))
f3a5.addStep(Compile(workdir="build"))
f3a5.addStep(JTRegCheck(command=["make", "check-hotspot"],
@@ -723,7 +746,7 @@
icedtea7_builder_quick_arm_natty = { 'name': "icedtea7-natty-armv7l-quick",
'slavenames': ["natty-armv7l"],
'builddir': "icedtea7-natty-armv7l-quick",
- 'factory': f3an }
+ 'factory': f3an7 }
f4 = factory.BuildFactory()
f4.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
@@ -740,7 +763,8 @@
"--enable-nss",
"--with-additional-vms=shark",
"--with-parallel-jobs=4",
- "--with-llvm-config=llvm-config-2.7"],
+ "--with-llvm-config=llvm-config-2.7",
+ "--disable-system-lcms"],
workdir="build"))
f4.addStep(Compile(workdir="build"))
f4.addStep(JTRegCheck(command=["make", "check-hotspot"],
More information about the distro-pkg-dev
mailing list