| commit | dc1230a18056dcfe901550fd912b690e1bb1867b | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Jan 11 11:29:41 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Sun Jan 21 13:52:43 2024 +0000 |
| tree | 1b68ee2e6ebdfaf5e11a45fd9b1bd494a8956235 | |
| parent | dae21ce4f8794257c46a32ca3e67b6fc52d9c791 [diff] |
build/toolchain/musl-host-gcc: regenerate musl sysroot Closes monogon-dev/monogon#179 Change-Id: I77b8e2a05f0e8874f711519aab256e294d7bd963 Reviewed-on: https://review.monogon.dev/c/monogon/+/2699 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
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 //...