| commit | 22bea7550a9cb9265aa0c6a1dd118ff7e9b99300 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Thu Jul 03 07:17:11 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Thu Jul 03 15:48:33 2025 +0000 |
| tree | 6e01d4401baf90f5bf7db588eb8ca7174671133e | |
| parent | 1212ea1514581ce6a7779004270c0721262594ba [diff] |
build/bazel: make Rust EFI builds reproducible The abloader build was not reproducible because of this issue: https://github.com/rust-lang/rust/issues/112587 We don't need the PDB file, so this disables it. Co-authored-by: Tim Windelschmidt <tim@monogon.tech> Change-Id: I8791d5c43ce23c3d1de1e0a3eeedc4d47f8eb4e7 Reviewed-on: https://review.monogon.dev/c/monogon/+/4386 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.