| commit | 27da2e6feeaee5acaf47ccca3efceb534755628b | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Mon Apr 28 16:11:16 2025 +0000 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 29 01:04:07 2025 +0000 |
| tree | 7774ec0ea87c926425bb1c9847f87c9e11ed100a | |
| parent | db0852264ed945b57320a43665069eee766c8ca8 [diff] |
osbase/test/ktest: fix transitions Only executables which are executed with ctx.actions.run should be transitioned to exec cfg; those which are executed while the test runs should be left as target cfg. This misconfiguration caused the //osbase/test/ktest:linux-testing kernel to be built twice, once for exec and once for target. This is now fixed. Before: bazel cquery "deps(//...) intersect //osbase/test/ktest:linux-testing" //osbase/test/ktest:linux-testing (090513b) //osbase/test/ktest:linux-testing (0f84b2e) After: bazel cquery "deps(//...) intersect //osbase/test/ktest:linux-testing" //osbase/test/ktest:linux-testing (090513b) Change-Id: I23441a327f2246c308623e425ca66b79064c51a5 Reviewed-on: https://review.monogon.dev/c/monogon/+/4155 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
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.