commit | 65702194ea264a0fd01fb470bacaf39264b4f637 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Thu Aug 31 16:27:38 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Thu Sep 14 13:43:45 2023 +0000 |
tree | 3469201097b30e638f1e446655e1d23b33d90f8d | |
parent | f551a7696824a9ddbac63191c489db8280aee0a4 [diff] |
workspace: rules_go, gazelle, go, gVisor update This commit not only updates rules_go and friends, but also updates gVisor, removes legacy protobuf usage and switches from using build_configuration to a config flag for bazel Change-Id: Idb383f35ca0fec4cb7329e9d991f08f28cf9b1fb Reviewed-on: https://review.monogon.dev/c/monogon/+/2129 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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 //...