sara4dev / bazel-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bazel-examples

This repo is to play with bazel & learn.

Bazel Cheat Sheets

  • bazel info repository_cache - shows the bazel cache location
  • bazel clean --explunge - removes all the bazel-*/ directories created by bazel
  • bazel run $(bazel query "kind(buildifier, //...)") - runs all the buildifier targets in the workspace

CI setup

  • scrips/ci.sh is a POC to builds only the chaged packages. Inspired from bazel's CI.

About


Languages

Language:Starlark 72.6%Language:Shell 18.7%Language:Go 8.7%