8213237: Remove test-compile-commands from jib-profiles.js
authorihse
Thu, 01 Nov 2018 11:28:02 +0100
changeset 52368 ecef74be8e25
parent 52367 0eedd8701f91
child 52369 52f892f43a05
child 57014 d3a84ae11429
8213237: Remove test-compile-commands from jib-profiles.js Reviewed-by: lancea
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Thu Nov 01 11:23:12 2018 +0100
+++ b/make/conf/jib-profiles.js	Thu Nov 01 11:28:02 2018 +0100
@@ -485,7 +485,7 @@
         .forEach(function (name) {
             var maketestName = name + "-testmake";
             profiles[maketestName] = concatObjects(profiles[name], testmakeBase);
-            profiles[maketestName].default_make_targets = [ "test-make", "test-compile-commands" ];
+            profiles[maketestName].default_make_targets = [ "test-make" ];
         });
 
     // Profiles for building the zero jvm variant. These are used for verification.