commit | 5f1d05f7ad386d6832a5230c78f6c155659a32e9 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Wed Nov 06 13:58:40 2019 +0000 |
committer | Leopold Schabel <leo@nexantic.com> | Wed Nov 06 13:58:40 2019 +0000 |
tree | b37adaa75a67eb544deaea512c0fd829747836a0 | |
parent | 4d39d37035c5e46274183f36221c2e50f99bb411 [diff] |
Split up linux_kernel build folder to separate repo changes This separates the kernel build steps (that happen in our main repo) and the things we inject into @linux_kernel. Test Plan: Covered by CI X-Origin-Diff: phab/D249 GitOrigin-RevId: 98982d005ba582f9f08783915ee0603ff8634f55
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 @