Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.28 KB

bazel-101-workshop

pre-requisites

Install Bazel

general guidelines

Open each exercise seperatly (on intellij or any other ide/editor you prefer)

First run bazel build //... --repository_cache="/tmp" to see the failure, before you try to solve the issue

(Note: Each exercise is in a completely indepedant bazel workspace (which means dependency repo fetching could have ocurred for each exercise) repository_cache speeds up fetching by caching rules_scala repo for all workspaces)

Pre-Exercise

  1. hello world

Exercises

  1. rules_scala
  2. missing internal dependency
  3. missing external dependency
  4. strict deps failure
  5. visibility
  6. test size