| commit | 745bf6d05ee94a41a73ca4516df5b37de6036432 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed Jul 17 21:43:41 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Jul 24 11:52:47 2024 +0000 |
| tree | cb32a27b2998f1da565abb4953ba5f8865783df9 | |
| parent | 1000f7311c2f2af53120858fb68bfa248f504475 [diff] |
treewide: add aliases for third_party dependencies With bzlmod it is currently not possible to access other third_party libraries. By adding an alias inside the root module we can work around this with a fairly moderate hack. We do have a folder and BUILD file for every dependency anyway, so this isn't that bad. Change-Id: I472194f590fd4c4aa8ba304af70dd8b92ecc5c1e Reviewed-on: https://review.monogon.dev/c/monogon/+/3231 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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.