Branch: refs/heads/2.1.0
Home:
https://github.com/tribe29/checkmk
Commit: 21a2d429c0ed3af1bc69907f5ecb581e657bdec2
https://github.com/tribe29/checkmk/commit/21a2d429c0ed3af1bc69907f5ecb581e6…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M Makefile
Log Message:
-----------
Add Rust to setup target in toplevel Makefile
Change-Id: Ice52da5ca83681236a77ae7b4cebe74a3ffc7e28
Commit: 2d2b64eb7144b663111e646bef0b2c528e6b1258
https://github.com/tribe29/checkmk/commit/2d2b64eb7144b663111e646bef0b2c528…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M buildscripts/infrastructure/build-nodes/centos-7/Dockerfile
M buildscripts/infrastructure/build-nodes/centos-8/Dockerfile
M buildscripts/infrastructure/build-nodes/debian-10/Dockerfile
M buildscripts/infrastructure/build-nodes/debian-11/Dockerfile
M buildscripts/infrastructure/build-nodes/debian-9/Dockerfile
A buildscripts/infrastructure/build-nodes/scripts/install-musl-tools.sh
M buildscripts/infrastructure/build-nodes/scripts/install-rust-cargo.sh
M buildscripts/infrastructure/build-nodes/sles-12sp3/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-12sp4/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-12sp5/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-15/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-15sp1/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-15sp2/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-15sp3/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-16.04/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-18.04/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-19.04/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-20.04/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-21.10/Dockerfile
Log Message:
-----------
Build containers: Prepare for building agent controller with musl libc
* Remove Rust from all containers except for Ubuntu 20.04. We only build
the agent controller in this container anyway.
* Add target x86_64-unknown-linux-musl to Rust setup
* Add install script for musl-tools (Ubuntu 20.04 only)
Change-Id: I86ae8057222cbe856c098c50b4dc85e3966367ac
Commit: d9099573cba814bf23fcb4a0d001c5affc86e2f1
https://github.com/tribe29/checkmk/commit/d9099573cba814bf23fcb4a0d001c5aff…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M buildscripts/infrastructure/build-nodes/scripts/install-rust-cargo.sh
Log Message:
-----------
Small bugfix in Rust installation script
Change-Id: Idfa46b18fd3e4fb3738fa99084e704236e369a75
Commit: a2c00ae50af189d0c2e6ba35f5462464588dcaa0
https://github.com/tribe29/checkmk/commit/a2c00ae50af189d0c2e6ba35f54624645…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M buildscripts/infrastructure/build-nodes/scripts/install-rust-cargo.sh
Log Message:
-----------
Rust install script: Increment BUILD_ID
This should trigger a rebuild and include x86_64-unknown-linux-musl.
Change-Id: I919ec35e30ea432de2a391f0bf10d4bb0e098b24
Compare:
https://github.com/tribe29/checkmk/compare/9263e7b48554...a2c00ae50af1