Configure changes for old build.sh autobuilder

Mark Wielaard mark at klomp.org
Sun Apr 1 01:05:45 PDT 2012


Hi,

Since zero and shark are both currently broken on 7 and have been for some
time, I have disabled them on the old build.sh builder for now.

icedtea6 now has cacao,jamvm,shark,zero enabled.
icedtea7 now has cacao,jamvm enabled.
icedtea-trunk has no additional runtimes enabled.

Cheers,

Mark
-------------- next part --------------
# HG changeset patch
# User Mark Wielaard <mark at klomp.org>
# Date 1333267331 -7200
# Node ID 05e41e1c037b4f0ba0b184bcf6fe57186aac5962
# Parent  f8891d3c2d23a71dfaba32fc06acf130e859f723
icedtea/build.sh: Enable zero for icedtea6, disable shark for icedtea7.

diff -r f8891d3c2d23 -r 05e41e1c037b icedtea/build.sh
--- a/icedtea/build.sh	Wed Mar 21 13:36:40 2012 +0100
+++ b/icedtea/build.sh	Sun Apr 01 10:02:11 2012 +0200
@@ -112,10 +112,10 @@
 
 # Some additional VMs only build against one or the other version.
 if [ "${VERSIONSTR}" == "6" ]; then
- ICEDTEA_ADDITIONAL_VMS="cacao,jamvm,shark"
+ ICEDTEA_ADDITIONAL_VMS="cacao,jamvm,shark,zero"
  ADDITIONAL_OPTIONS=""
 elif [ "${VERSIONSTR}" == "7" ]; then
- ICEDTEA_ADDITIONAL_VMS="shark"
+ ICEDTEA_ADDITIONAL_VMS="cacao,jamvm"
  ADDITIONAL_OPTIONS="--disable-system-lcms --disable-system-gio"
 else
  ICEDTEA_ADDITIONAL_VMS=""


More information about the distro-pkg-dev mailing list