commit | 7c38eef75b395b0515e34e2059091f8b0f8d3daf | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Wed May 24 14:48:14 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue May 30 16:29:11 2023 +0000 |
tree | 636f2fa665d79f14109e10a3abc7d277b1ab73a3 | |
parent | f2af76024340e782002f5d07333e2f3d09031554 [diff] |
third_party/linux: refresh config Ran oldconfig from 5.15.104, no functional changes intended. This is to make subsequent changes easier to review. Change-Id: I420073d3c8fdc8ce96a4ec22061c4158d9f99a9e Reviewed-on: https://review.monogon.dev/c/monogon/+/1709 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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 //...