| commit | 24bf6fdd43f3abb5a96d3081753fbdcc6bd3c1de | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed Feb 12 04:48:24 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Mon Feb 17 13:53:17 2025 +0000 |
| tree | f1d31a396adfe2489659ac0743a3e173d44c2a4c | |
| parent | 632049b3e6ffda1039ef569ec2c234a7eadceae4 [diff] |
osbase/build: replace label_keyed_string_dict with string_keyed_label_dict Before bazel 7.4 the string_keyed_label_dict attribute type wasn't available. fsspec_core_impl was using a label_keyed_string_dict which is structurally wrong but there was no alternative for it. This replaces that usage. Change-Id: I36c02c84e6aa2557cd2beb09c07d3ceca501553d Reviewed-on: https://review.monogon.dev/c/monogon/+/3853 Reviewed-by: Lorenz Brun <lorenz@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.