Follow-up fix for D250 - actually use the new volume

Test Plan: Covered by CI

X-Origin-Diff: phab/D251
GitOrigin-RevId: 65c547de038a4dfd37c7c8394a8a0e79914333bb
1 file changed
tree: 8c87ae8ce2f880af7963298811570e749e0a2a10
  1. build/
  2. core/
  3. scripts/
  4. .bazelignore
  5. .bazelrc
  6. BUILD
  7. README.md
  8. WORKSPACE
README.md

Nexantic monorepo

This is the monorepo storing all of nexantic's internal projects and libraries.

Environment

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.

Usage

Spinning up: scripts/create_container.sh

Spinning down: scripts/destroy_container.sh

Running commands: scripts/run_in_container.sh @

Using bazel: scripts/bin/bazel @