bazel-tutorial/ ├── MODULE.bazel # Bazel module configuration (replaces WORKSPACE) ├── MODULE.bazel.lock # Dependency lockfile (commit to git) ├── BUILD # Root BUILD file with Gazelle target ├── ...
Hi! Unfortunately, I'm still on the first page of this great guide. I'm trying to install this build on common systems (Ubuntu 22.04, Debian 12, FreeBSD 13.2). My actions (Ubuntu 22.04): # apt install ...
Monorepos are becoming an increasingly popular way to manage source code, but they require a slightly different toolset. Google developed its own internal build and test tool on top of its monorepo ...