make/conf/jib-profiles.js
changeset 47771 8024fff2e247
parent 47440 963f70aa578d
parent 47671 4dd1715f647f
child 47721 d2b306a70bf1
child 47806 b6c19518372e
--- a/make/conf/jib-profiles.js	Thu Oct 26 11:35:09 2017 -0700
+++ b/make/conf/jib-profiles.js	Mon Oct 30 21:23:10 2017 +0100
@@ -300,6 +300,14 @@
                     ],
                     exploded: "images/test"
                 },
+                test_demos: {
+                    local: "bundles/\\(jdk.*bin-tests-demos.tar.gz\\)",
+                    remote: [
+                        "bundles/" + pf + "/jdk-" + data.version + "_" + pf + "_bin-tests-demos.tar.gz",
+                        "bundles/" + pf + "/\\1"
+                    ],
+                    exploded: "images/test"
+                },
                 jdk_symbols: {
                     local: "bundles/\\(jdk.*bin-symbols.tar.gz\\)",
                     remote: [
@@ -998,7 +1006,7 @@
 var getJibProfilesDependencies = function (input, common) {
 
     var devkit_platform_revisions = {
-        linux_x64: "gcc4.9.2-OEL6.4+1.1",
+        linux_x64: "gcc4.9.2-OEL6.4+1.2",
         macosx_x64: "Xcode6.3-MacOSX10.9+1.0",
         solaris_x64: "SS12u4-Solaris11u1+1.0",
         solaris_sparcv9: "SS12u4-Solaris11u1+1.0",