commit | 0f43359cd444ab84167c9f5305ad5bfb9ffd3a3c | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Oct 09 22:11:58 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Oct 09 20:27:06 2023 +0000 |
tree | cea0e3688f15af00f6f2fa28f1119593389835c1 | |
parent | 5a90d306602a5ccb7022fa8c80b7b1e4fb6c85d4 [diff] |
linux-firmware: bump to 20230919 Bump linux-firmware to a tagged version again. Change-Id: I65fcce7ed3ce0323e1504d339b349fc3a901bff7 Reviewed-on: https://review.monogon.dev/c/monogon/+/2209 Reviewed-by: Tim Windelschmidt <tim@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 --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 //...