commit | 62a1edd234557c46facfd23661ff08c37c8e911f | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Jun 20 16:01:44 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Jun 26 11:34:03 2023 +0000 |
tree | 7555b7996b1761d6eef4777a2ea482520b2c1db2 | |
parent | b390d715897e29064102257f4837959e694f9bf9 [diff] |
m/p/msguid: init Adds a new msguid package which contains functions for encoding and decoding Microsoft's mixed-endian GUID/UUID format. This format is used by Microsoft as well as a bunch of UEFI-related standards. Change-Id: Icca8ef7ad7f7359808ea7f19e3824639f7b1e2eb Reviewed-on: https://review.monogon.dev/c/monogon/+/1849 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 //...