commit | 5acd380930cf22284b22d8c2f45bd73465e64628 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Aug 29 23:15:06 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 30 11:58:42 2023 +0000 |
tree | ef1a63c5039fbf735aa0978bc748e04e502a19bb | |
parent | 9ee160e87a38b185af57de2b9188cc19d53cd1d1 [diff] |
build: upstream UEFI to platforms This removes our local UEFI constraint_value for a patch sent upstream to @platforms. This will be used by rules_rust in a follow-up. Change-Id: I16e3bf8a60923a2f77ef036babdda45205d8a078 Reviewed-on: https://review.monogon.dev/c/monogon/+/2103 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 -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 //...