commit | e47ace84cb3e30375dcb4236c17ee9710a77a6ad | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@brun.one> | Wed Nov 06 12:45:47 2019 +0100 |
committer | Lorenz Brun <lorenz@brun.one> | Wed Nov 06 12:45:47 2019 +0100 |
tree | c0e71fd6d25e4efad7175103b3b3780b773a02a0 | |
parent | 5b87d7b074f3385eb85de601f48f4f7bccf1d423 [diff] |
Fixes bazel_copy_generated_for_ide paths This fixes the paths in bazel_copy_generated for the new monorepo layout Test Plan: By using it :) X-Origin-Diff: phab/D246 GitOrigin-RevId: 01fc0488ef4e2f6412ae458b4f2010a975a83692
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 @