commit | 20b27af7224da05fc5c96535b1b5dc91d5bd585a | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Mar 27 15:58:01 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Mar 27 16:00:31 2023 +0000 |
tree | 1beebf87ba05d4ea2aeaf13ac33e70b11c2e01ba | |
parent | 218d708b0dffe7a8516d97b13b2cd0f4b91fd756 [diff] |
go.mod: increase minimum Go version to 1.18 Some of Go's tooling is unhappy that we're using generics when advertising a minimum Go version of 1.17, so let's bump this to 1.18 which is what we're building with anyways. Change-Id: I751d636a9cac82320268e8824965156646797378 Reviewed-on: https://review.monogon.dev/c/monogon/+/1406 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 -c dbg
Launch an ephemeral test node:
bazel test //:launch -c 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 -c dbg //...