| commit | 6c851e2f8270e2a08077a5d35cc5d7869e2c9188 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Jan 11 15:23:48 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Feb 28 13:35:30 2024 +0000 |
| tree | debb29dddd190d930e45a7a29cc960eba88206e5 | |
| parent | 7006cafc58cbff6765726447d84df1cd1531d346 [diff] |
workspace: add additional sandbox hermeticity flags Closes monogon-dev/monogon#176 Change-Id: Icc303a235bc441585301eab4f6a68035bb0c7fee Reviewed-on: https://review.monogon.dev/c/monogon/+/2700 Reviewed-by: Serge Bazanski <serge@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.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.
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 //...