| commit | 000450835393a02845d425695947ecb3576e9b82 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed Mar 27 01:23:11 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Apr 03 14:55:50 2024 +0000 |
| tree | 60a83af1a53aab8ae5e2a2d2b24ff1d22d15c4a5 | |
| parent | 8d377ce3026e1f1477d7f42edbb48fb4a4880d66 [diff] |
workspace: update rules_go to v0.46.0, go to v1.22.1 Go 1.22 changes the way loops are handled by allocating a seperate chunk of memory for each iteration to mitigate typical misuse with goroutines and pointers. Change-Id: I9206ce71add53dcf4e7edb0fab3aef926d186742 Reviewed-on: https://review.monogon.dev/c/monogon/+/2910 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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.
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.