commit | 9739a4f0d1a48cbc4e9f6092d3bd471e833bb8c0 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Jun 20 13:40:21 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Jun 20 14:19:47 2023 +0000 |
tree | a0d1048b3a37d0050b0ff5aba250435c039d29be | |
parent | 30021af6eaf9f2963d83314c283ebdd23fff2674 [diff] |
build: add cgo to nogo exceptions Seems like cgo is placing some files in a separate directory in the workspace root. Change-Id: Icd94dec7281350339f0b1dd88d61556d75982d64 Reviewed-on: https://review.monogon.dev/c/monogon/+/1836 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!
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 //...