Bazel Tutorial: (Part 1) Getting Started, Bazelisk & our First Build Targets
ฝัง
- เผยแพร่เมื่อ 11 ก.พ. 2025
- In this video we're going to be creating our first build targets in Bazel. Bazel is a build tool that is very popular for use in monorepos. We're going to start by discussing what bazel is & the motivation for using it. We're then going to install bazelisk & use it to manage our bazel version. Then, we're going to create our first bazel targets using the genrule.
Bazel: bazel.build/
Code: github.com/kri...