| commit | 3a171d123fff540c8c9d646152a5d5ed9ef873de | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Dec 09 23:51:23 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Thu Jan 09 21:19:31 2025 +0000 |
| tree | 62fe245a0182c3ba931d8c33278f2dd89c35e77b | |
| parent | 0996ea85ca6200e1729941d316f7891835871938 [diff] |
treewide: add race-detector config This also disables all `pure = "on"` attributes as they propagate too far and break the race detector because rules_go contradicts itself by forcing pure go even when CGO is required by the race detector. We build everything for our node images static and pure via a transition anyway, so this is actually fine. Change-Id: I5cd3879fba4258caa94df4dbea5c6472867b7e34 Reviewed-on: https://review.monogon.dev/c/monogon/+/3725 Tested-by: Jenkins CI Reviewed-by: Hendrik Hofstadt <hendrik@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! 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.