equal
deleted
inserted
replaced
483 }; |
483 }; |
484 [ "linux-x64", "macosx-x64", "solaris-sparcv9", "solaris-x64", "windows-x64"] |
484 [ "linux-x64", "macosx-x64", "solaris-sparcv9", "solaris-x64", "windows-x64"] |
485 .forEach(function (name) { |
485 .forEach(function (name) { |
486 var maketestName = name + "-testmake"; |
486 var maketestName = name + "-testmake"; |
487 profiles[maketestName] = concatObjects(profiles[name], testmakeBase); |
487 profiles[maketestName] = concatObjects(profiles[name], testmakeBase); |
488 profiles[maketestName].default_make_targets = [ "test-make", "test-compile-commands" ]; |
488 profiles[maketestName].default_make_targets = [ "test-make" ]; |
489 }); |
489 }); |
490 |
490 |
491 // Profiles for building the zero jvm variant. These are used for verification. |
491 // Profiles for building the zero jvm variant. These are used for verification. |
492 var zeroProfiles = { |
492 var zeroProfiles = { |
493 "linux-x64-zero": { |
493 "linux-x64-zero": { |