| commit | 8ffa54e80544005e0f779c681a8c9dfc6afecfa7 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Tue Apr 29 11:33:39 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Tue Apr 29 13:11:33 2025 +0000 |
| tree | 526e5805d5ea05fb34d79daf00b8d6b13b28d4ce | |
| parent | 0fd36f458729a67e4daf68a430ce3a79428a05e9 [diff] |
osbase/build: ignore race setting in kernel build This makes the kernel config the same between builds with and without race. This should speed up CI when the kernel needs building. Before: bazel cquery "deps(//...) intersect //osbase/test/ktest:linux-testing" //osbase/test/ktest:linux-testing (090513b) bazel cquery --config race "deps(//...) intersect //osbase/test/ktest:linux-testing" //osbase/test/ktest:linux-testing (b7a4847) After: bazel cquery --config race "deps(//...) intersect //osbase/test/ktest:linux-testing" //osbase/test/ktest:linux-testing (090513b) Change-Id: Idf9d9503c07053cc34edfe855fb7042d28655683 Reviewed-on: https://review.monogon.dev/c/monogon/+/4159 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.