From b96b647e2bdedde6d5c7c9fca68fdd291f016d42 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 15 Jan 2012 20:38:18 -0500 Subject: [PATCH] Disable some builds. * The darwin build on kauai (the machine is no longer maintained, and has no cairo installed). * The two debian builds (also no cairo). * Remove comment from osx64 build (which is now done on Robby's machine). (cherry picked from commit 4b17fe731afb623e64fad71ad59c345d941a5427) --- collects/meta/build/build | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/collects/meta/build/build b/collects/meta/build/build index d0debf4b33..a14d589b84 100755 --- a/collects/meta/build/build +++ b/collects/meta/build/build @@ -85,8 +85,8 @@ defbuild "pitcairn2" "x86_64-win32" "test_gui=yes" \ "workdir=C:/build" # same here (see also commit log!) # The LDFLAGS is a workaround for a bug in Fink, see # http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5#OpenGL_Bug -defbuild "kauai" "ppc-darwin" "configure_args=--enable-xonx --disable-mac64" \ - "LDFLAGS=-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" +# defbuild "kauai" "ppc-darwin" "configure_args=--enable-xonx --disable-mac64" \ +# "LDFLAGS=-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" defbuild "weatherwax" "ppc-osx-mac" \ "configure_args=--enable-sdk=/Developer/SDKs/MacOSX10.4u.sdk" defbuild "macintel" "i386-osx-mac" \ @@ -100,11 +100,10 @@ defbuild "ccs-linux" "i386-linux-ubuntu-karmic" "moveto=/proj/racket" # defbuild "brownbuild" "i386-linux-debian" # really an AMD64 machine # defbuild "inga" "i386-freebsd" # defbuild "chicago-unstable" "i386-linux-debian-unstable" -# These builds are courtesy of Mason Loring Bliss -defbuild "blisses1" "x86_64-linux-debian-lenny" -defbuild "blisses2" "x86_64-linux-debian-squeeze" -# And this is from Stephen De Gabrielle defbuild "osx64" "x86_64-osx-mac" +# These builds are courtesy of Mason Loring Bliss +# defbuild "blisses1" "x86_64-linux-debian-lenny" +# defbuild "blisses2" "x86_64-linux-debian-squeeze" # Start the main build last defbuild "$workmachine" "x86_64-linux-f14" "copytobak=$maindir" "test_gui=yes" msets "/"