commit | f08704a6a47e9a0cdbf7b9173c24f2f8eca581d5 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Wed Nov 06 12:34:53 2019 +0000 |
committer | Leopold Schabel <leo@nexantic.com> | Wed Nov 06 12:34:53 2019 +0000 |
tree | 89aaa4d65404fd5c2d36bab78faf7fa658fd1ad5 | |
parent | 052af2dce813dba9f74ffc05ffd760e60a37c23b [diff] |
Dynamic "make -j" parameter This obviously interferes with Bazel's own scheduler, but these are our only compute-intensive compilation tasks, anyway. Fixes T522 Test Plan: {F16451} (fun fact: that EPYC 7401P wasn't faster than the 3900X) Bug: T522 X-Origin-Diff: phab/D236 GitOrigin-RevId: 8735ece9eea6ed2cd38fda8823a674d0298b6dbc
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 @