make/conf/jib-profiles.js
branchJEP-230-microbenchmarks-branch
changeset 56928 8957fe0c94f3
parent 56921 69544f53b8bf
parent 52022 804792ce736f
child 56978 8fbb2fb7589f
equal deleted inserted replaced
56927:40f438322384 56928:8957fe0c94f3
   520     };
   520     };
   521     [ "linux-x64", "macosx-x64", "solaris-sparcv9", "solaris-x64", "windows-x64"]
   521     [ "linux-x64", "macosx-x64", "solaris-sparcv9", "solaris-x64", "windows-x64"]
   522         .forEach(function (name) {
   522         .forEach(function (name) {
   523             var maketestName = name + "-testmake";
   523             var maketestName = name + "-testmake";
   524             profiles[maketestName] = concatObjects(profiles[name], testmakeBase);
   524             profiles[maketestName] = concatObjects(profiles[name], testmakeBase);
   525             profiles[maketestName].default_make_targets = [ "test-make" ];
   525             profiles[maketestName].default_make_targets = [ "test-make", "test-compile-commands" ];
   526         });
   526         });
   527 
   527 
   528     // Profiles for building the zero jvm variant. These are used for verification.
   528     // Profiles for building the zero jvm variant. These are used for verification.
   529     var zeroProfiles = {
   529     var zeroProfiles = {
   530         "linux-x64-zero": {
   530         "linux-x64-zero": {