| commit | 1e9f560edb2a13a06ee6c004a31f8b658eb34a92 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Wed May 21 07:40:56 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Tue May 27 07:32:21 2025 +0000 |
| tree | cad9eec4dccf57e4a52032da6fc97f8795b7af6a | |
| parent | 36f3b6dcbcfd359b744a29cf9245c9dd6879435f [diff] |
treewide: bump rules_go to v0.54.0 This includes a fix for the gopackagesdriver not finding standard library files: https://github.com/bazel-contrib/rules_go/commit/cf3c3af34bd869b864f5f2b98e2f41c2b220d6c9 The gopackagesdriver problem appeared with commit 0fd36f458729 which enabled pure Go globally. rules_go runs `go list` to obtain standard library files. When pure is enabled, `-compiled=true` is not passed to the list command, and then the output does not include CompiledGoFiles, only GoFiles (see `go help list`). But gopls always expects CompiledGoFiles to be present. Change-Id: Ide2eaae5aa45510cf83c7a8691cb0af3e112ebf9 Reviewed-on: https://review.monogon.dev/c/monogon/+/4211 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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.