| commit | 272c8301e0db375689dbc5bee6134b91cc23188d | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Nov 05 05:17:44 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Nov 06 16:47:06 2024 +0000 |
| tree | 31c97490efe77ff7b571402f51b776af2d601b97 | |
| parent | b701df98b1706751142f29bee032321447886267 [diff] |
osbase/build/mkimage: replace embedsrc abloader reference with argument rules_rust things that our abloader target itself is an exec target because it is included as embedsrc inside mkimage. To prevent this wrong detection we provide it as runfile like the kernel and rootfs. This is a preparation for updating rust to the current stable version, as it requires specific overrides to work correctly with our efi toolchain. Change-Id: I78de6a15570a81d9f673702ec4e50954d604117d Reviewed-on: https://review.monogon.dev/c/monogon/+/3598 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.