| commit | 223609ced73e359b040cb56a873880e3f9efbd7e | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Fri Jan 12 22:59:20 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Mon Feb 12 14:23:51 2024 +0000 |
| tree | a87172ffa26304528ef2ec0c52227318b9f67240 | |
| parent | 244b567d827331be5bcc147562dd00db1d2b6579 [diff] |
WORKSPACE: update rules_rust and replace cargo-raze with crate_universe cargo-raze is deprecated, unmaintained and doesn't build anymore. create_universe reduces the clutter inside the repo and allows simpler setup of rust requirements. Change-Id: Iebe88902ae469a28c0378707447f7d97006d0479 Reviewed-on: https://review.monogon.dev/c/monogon/+/2749 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 //...