commit | 0bcaaee19dc2338751705a83126cec40a1b8a2e8 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@brun.one> | Wed Nov 06 12:42:39 2019 +0100 |
committer | Lorenz Brun <lorenz@brun.one> | Wed Nov 06 12:42:39 2019 +0100 |
tree | 00b3015ea5085c7a66aa8f27cd71e750a8745bf2 | |
parent | f08704a6a47e9a0cdbf7b9173c24f2f8eca581d5 [diff] |
Build core with separate initramfs Build the initramfs separately and include it via mkimage. Also includes a patch to the kernel which adds support for hardcoded cmdline to the Linux efistub. This lowers build times by a lot, for normal changes they are now below 5s Test Plan: Ran `bazel run //core/scripts:launch` X-Origin-Diff: phab/D245 GitOrigin-RevId: 206c7c5c979c10ffd25c36dfefd8b9290a6a3f43
This is the monorepo storing all of nexantic's internal projects and libraries.
All builds should be executed using the shipped nexantic-dev
container which is automatically built by the create script.
The container contains all necessary dependencies and env configurations necessary to get started right away.
Spinning up: scripts/create_container.sh
Spinning down: scripts/destroy_container.sh
Running commands: scripts/run_in_container.sh @
Using bazel: scripts/bin/bazel @