6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9) jdk7-b57

Mon, 27 Apr 2009 20:19:22 -0700

author
ohair
date
Mon, 27 Apr 2009 20:19:22 -0700
changeset 265
4030cc469205
parent 264
4cfd3a840538
child 266
8a2424db1a14

6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
Reviewed-by: tbell

make/jprt.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/jprt.properties	Thu Apr 23 15:55:10 2009 -0700
     1.2 +++ b/make/jprt.properties	Mon Apr 27 20:19:22 2009 -0700
     1.3 @@ -32,13 +32,13 @@
     1.4  solaris_sparcv9_5.10,\
     1.5  solaris_i586_5.10,\
     1.6  solaris_x64_5.10,\
     1.7 -linux_i586,\
     1.8 -linux_x64,\
     1.9 +linux_i586_2.6,\
    1.10 +linux_x64_2.6,\
    1.11  windows_i586,\
    1.12  windows_x64
    1.13  
    1.14  # The different build flavors we want
    1.15 -jprt.build.flavors=product
    1.16 +jprt.build.flavors=product,fastdebug
    1.17  
    1.18  # Explicitly designate what the 32bit match is for the 64bit build
    1.19  jprt.solaris_sparcv9.build.platform.match32=solaris_sparc_5.10

mercurial