| commit | a81e2a66cf2160d4782d06c4278cbd8a85145f6a | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Mon May 05 12:02:24 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Thu May 08 18:26:46 2025 +0000 |
| tree | cbc40ee9305ddfce108a1e2eb292820ca87ed166 | |
| parent | df588d069ca78101325c1e6860ec226209c10c31 [diff] |
treewide: exclude flags from exec config This enables the --experimental_exclude_starlark_flags_from_exec_config flag, which disables propagation of config settings across exec transitions. This way, only one copy of protoc is built, without needing a custom toolchain which ignores the settings. See https://github.com/bazelbuild/bazel/issues/22457 for discussion about this flag. Apparently, Google has enabled the flag internally. Change-Id: I750af589563ec40c59599a555bebe1a986d04d4a Reviewed-on: https://review.monogon.dev/c/monogon/+/4171 Reviewed-by: Tim Windelschmidt <tim@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.