| commit | 93ba80788f4599aa4afbf9937224046e96dd1713 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Jul 22 20:58:20 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Jul 24 11:52:55 2024 +0000 |
| tree | dc3c66f241b8487c71233960a2fbcbd8e0bc2ad7 | |
| parent | 194c871cdcdbc3a84cd19ae22d14cacff5495a09 [diff] |
treewide: fix "could not merge expression" from gazelle This isn't any real bugfix, but more of a style thing. Gazelle can't work with select or glob statements (bazelbuild/bazel-gazelle#1735), but will work fine with them and even ignore them if set to # keep. This adds that directive to make gazelle less verbose when running. Change-Id: I7c638867d6b566e1d398eef37aff2316bf90a00f Reviewed-on: https://review.monogon.dev/c/monogon/+/3241 Reviewed-by: Leopold Schabel <leo@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! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
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.