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 4b17fe731a
)
This commit is contained in:
parent
853e6be738
commit
b96b647e2b
|
@ -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 <mason at blisses dot org>
|
||||
defbuild "blisses1" "x86_64-linux-debian-lenny"
|
||||
defbuild "blisses2" "x86_64-linux-debian-squeeze"
|
||||
# And this is from Stephen De Gabrielle <stephen.degabrielle at acm dot org>
|
||||
defbuild "osx64" "x86_64-osx-mac"
|
||||
# These builds are courtesy of Mason Loring Bliss <mason at blisses dot org>
|
||||
# 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 "/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user