commit | a6d8b39959427e4f7e922f7dc095687e07a0caaa | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Apr 03 15:23:57 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Apr 03 15:09:45 2023 +0000 |
tree | 820548670c0e392197a2d7603bb7659ccd9cd9ea | |
parent | 3fe6615bd837038023b9839fb7300030999c60ff [diff] |
third_party/go: bump grpc-go We're about to include some new-ish cloud.google.com/go packages, and these want a fairly new grpc-go. This version of grpc-go finally deprecates some resolver struct fields, which means we need to migrate away from them. The changes also pull in a bunch of golang.org/x/ updates, including one that breaks our importsort patch in goimports. Change-Id: I2570af45694a5bf18eb7fabb44120d19c5e487da Reviewed-on: https://review.monogon.dev/c/monogon/+/1472 Reviewed-by: Leopold Schabel <leo@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 -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 //...