Remove outdated Bazel build files by keegancsmith · Pull Request #1189 · sourcegraph/src-cli

Fixes https://linear.app/sourcegraph/issue/DINF-1325

These build files are no longer used by CI, and the SG monorepo relies on pre-built binaries instead of depending on these build files.

Removed 32 Bazel files including:

  • BUILD.bazel files across all internal packages
  • deps.bzl
  • WORKSPACE

Test plan: CI should continue to pass without these files.