Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 1ba0868c3b29175cb4079902902c3477b69dbf26
https://github.com/tribe29/checkmk/commit/1ba0868c3b29175cb4079902902c3477b…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-11-25 (Thu, 25 Nov 2021)
Changed paths:
M omd/Makefile
M omd/packages/packages.make
M omd/packages/protobuf/protobuf.make
M omd/packages/rrdtool/rrdtool.make
Log Message:
-----------
protobuf: Make cmc build and "make dist" base on protobuf build cache
The startup phase, before starting the parallel builds, of our nightly
build is currently too slow (~5 minutes). One reason for this is that
the "make dist" dependencies take to long. One longer taking part is the
compilation of protoc.
This commit makes use of the already existing package cache, reducing
the startup time by multiple minutes.
Consolidate some Makefile variable names to be consistent with other
dependencies.
Change-Id: I320573c0a9d36761d9f28f44116c0d11b5c0625b
Commit: b194e743383a76a88b1292074f3e3435820b8c6e
https://github.com/tribe29/checkmk/commit/b194e743383a76a88b1292074f3e34358…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-11-25 (Thu, 25 Nov 2021)
Changed paths:
M Makefile
M buildscripts/scripts/build-cmk-version.jenkins
Log Message:
-----------
Speed up source package creation during version build
We can utilize the caching mechanism which are already in place with a
straight forward modification: Not cleaning up build artifacts we want
to keep.
This does not work for the 3to2ed agent plugin files, but may be
improved in the future.
Change-Id: Ifbe77ff31a143d0540a6b7c10849826fce7a5965
Compare:
https://github.com/tribe29/checkmk/compare/3f64eb09a90e...b194e743383a