--- a/make/conf/jib-profiles.js Fri Oct 05 14:22:24 2018 +0200
+++ b/make/conf/jib-profiles.js Fri Oct 05 14:22:53 2018 +0200
@@ -522,7 +522,7 @@
.forEach(function (name) {
var maketestName = name + "-testmake";
profiles[maketestName] = concatObjects(profiles[name], testmakeBase);
- profiles[maketestName].default_make_targets = [ "test-make" ];
+ profiles[maketestName].default_make_targets = [ "test-make", "test-compile-commands" ];
});
// Profiles for building the zero jvm variant. These are used for verification.