Skip to content

Commit

Permalink
Remove WORKSPACE dependency style
Browse files Browse the repository at this point in the history
This reduces maintenence burden.

The ARM toolchain was not working entirely correctly in the `WORKSPACE`
configuration either for unknown reasons.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Jul 9, 2024
1 parent 380dc4d commit 964b04c
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 109 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ build --workspace_status_command=util/get_workspace_status.sh

# Import site-specific configuration.
try-import .bazelrc-site

# This repo no longer supports `WORKSPACE` dependencies.
common --enable_bzlmod
23 changes: 0 additions & 23 deletions WORKSPACE.bazel

This file was deleted.

6 changes: 0 additions & 6 deletions WORKSPACE.bzlmod

This file was deleted.

5 changes: 0 additions & 5 deletions third_party/bazel/BUILD.bazel

This file was deleted.

10 changes: 0 additions & 10 deletions third_party/bazel/deps.bzl

This file was deleted.

24 changes: 0 additions & 24 deletions third_party/bazel/repos.bzl

This file was deleted.

6 changes: 0 additions & 6 deletions third_party/chromium/deps.bzl

This file was deleted.

5 changes: 0 additions & 5 deletions third_party/toolchains_arm_gnu/BUILD.bazel

This file was deleted.

8 changes: 0 additions & 8 deletions third_party/toolchains_arm_gnu/deps.bzl

This file was deleted.

22 changes: 0 additions & 22 deletions third_party/toolchains_arm_gnu/repos.bzl

This file was deleted.

0 comments on commit 964b04c

Please sign in to comment.