| commit | 4f00f90934c3eb969b1490582b8194d8706a3e81 | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Tue Dec 19 13:54:04 2023 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Thu Dec 21 14:10:22 2023 +0000 |
| tree | 341594cd4a4768c155777032f04c7f8558723d30 | |
| parent | 7f14f91765c6b32a95aac5d2b40a25bba1eae695 [diff] |
rust, toolchains: make EFI builds reproducible This makes Rust EFI builds bit-for-bit reproducible by stripping BuildConfiguration dependent output paths and timestamps from target binaries and intermediary files. Change-Id: I845be61f32ed304883460fca9006aa398d035b08 Reviewed-on: https://review.monogon.dev/c/monogon/+/2583 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later!
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch --config dbg
Launch an ephemeral test node:
bazel test //:launch --config dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test --config dbg //...