commit | 9ee160e87a38b185af57de2b9188cc19d53cd1d1 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Aug 29 23:07:51 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 30 11:58:42 2023 +0000 |
tree | 8c0847c278e56f0c7ab41c49051f2cf74d5717fd | |
parent | cc5371b8b1b8714134fb45c4dd18d31399c6955f [diff] |
b/t/llvm-efi: make fltused symbol weak Rust's libcore for UEFI ships this hack as well, causing a duplicate symbol error when linking. Marking this weak is also enough for clang to keep this for linking, so the separate used attribute is not needed. Change-Id: I1f6aad626b235bbe1e613c5427b8c4fbd0dc330e Reviewed-on: https://review.monogon.dev/c/monogon/+/2102 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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!
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.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch -c dbg
Launch an ephemeral test node:
bazel test //:launch -c dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test -c dbg //...