| commit | 1f51cf42fcd4d7bb7f4b103c797c438bfa7b0098 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Oct 01 17:04:28 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Thu Oct 31 14:09:31 2024 +0000 |
| tree | 8baeed7e76e82440e9217ea7055d04af0ba14435 | |
| parent | 39f4f5c360e7a286bff4adaeabc52393dc28dc22 [diff] |
treewide: update rules_rust to v0.53.0 This updated our patches for rules_rust, removes a transition as it can be replaced with the "platform" field in the rust_binary rule. This then allows us to correctly reference it in all targets that depend on it. Additionally the -target parameter is replaced inside the llvm-efi toolchain with --target=. Change-Id: Ie98753e505736c9ef28ff92fa1c5aa5b3612aec3 Reviewed-on: https://review.monogon.dev/c/monogon/+/3473 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) 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.