commit | a85c86f5b2d80251811f3a659fe9570694dd6056 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Thu Nov 16 05:19:12 2023 +0100 |
committer | Tim Windelschmidt <tim@monogon.tech> | Thu Nov 16 18:09:06 2023 +0000 |
tree | 987fdd08f23f5ccb5df390927db6905f3804d03b | |
parent | b4f5024731f2f61b0f5b377fe9bcbb4934a5e83b [diff] |
go/types/mapsets: replace x/exp dependency with stdlib/cmp Change-Id: I5a97afb12ae161b607e2c5640ca9429dba1461b0 Reviewed-on: https://review.monogon.dev/c/monogon/+/2320 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 //...