Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: a4ddbea8126336008739aea9aa220e086fa88de7
https://github.com/Checkmk/checkmk/commit/a4ddbea8126336008739aea9aa220e086…
Author: az <az@localhost>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M omd/packages/net-snmp/BUILD.net-snmp.bazel
M omd/packages/perl-modules/BUILD
M omd/packages/perl-modules/perl-modules.make
M omd/packages/python3-modules/BUILD
M omd/packages/python3-modules/build-python3-modules.bzl
M omd/packages/python3-modules/python3-modules.make
M omd/packages/rrdtool/BUILD.rrdtool.bazel
Log Message:
-----------
Bazel output directories packaged as archives
Bazel 7 does not allow output directories
ERROR: dependency checking of directories is unsound
Bazel 7 does not allow naming files in foreign_cc
that are also included in a folder
Therefor we archive the output in tar archives and
remove the explicit naming of duplicated files.
The archives need to be unpacked for distribution.
This affects python3-modules, perl-modules, rrdtool and net-snmp.
Change-Id: I9672c015dd4a5bc0f27f35318871d1197d157d4c
Commit: 3503fc80786fff32f45e97b22fe2f089c5e0d9a1
https://github.com/Checkmk/checkmk/commit/3503fc80786fff32f45e97b22fe2f089c…
Author: az <az@localhost>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M omd/packages/pnp4nagios/BUILD.pnp4nagios.bazel
M omd/packages/pnp4nagios/pnp4nagios.make
M omd/packages/stunnel/BUILD.stunnel.bazel
M omd/packages/stunnel/stunnel.make
Log Message:
-----------
Workaround for empty dirs from bazel genrules
Export .gitignore as output, since a dir
cannot be an output of a genrule as of bazel 7.
Make sure .gitignores are deleted and not shipped.
Change-Id: Ie78a729fd8bbb3a674a53c71be3a82551117cf13
Compare:
https://github.com/Checkmk/checkmk/compare/52f150f2e6f5...3503fc80786f
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications