Skip to content

Commit

Permalink
Move xcbuildkit progress report back to WORKSPACE
Browse files Browse the repository at this point in the history
It isn't possible to call load() within a macro
bazelbuild/bazel#1550
  • Loading branch information
jerrymarino committed Dec 5, 2019
1 parent a3db87a commit f308c40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
14 changes: 14 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@ load("//third_party:repositories.bzl", "xchammer_dependencies")

xchammer_dependencies()

## Build system
# This needs to be manually imported
# https://github.com/bazelbuild/bazel/issues/1550
git_repository(
name = "xcbuildkit",
remote = "https://github.com/jerrymarino/xcbuildkit.git",
commit = "537dac50d963e321fea9bb59c200b2ad92d32431",
)

load("@xcbuildkit//third_party:repositories.bzl", xcbuildkit_dependencies="dependencies")

xcbuildkit_dependencies()


## Buildifier deps (Bazel file formatting)
http_archive(
name = "io_bazel_rules_go",
Expand Down
12 changes: 0 additions & 12 deletions third_party/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -373,15 +373,3 @@ module CYaml {
),
]),
)

### Build system
git_repository(
name = "xcbuildkit",
remote = "https://github.com/jerrymarino/xcbuildkit.git",
commit = "537dac50d963e321fea9bb59c200b2ad92d32431",
)

load("@xcbuildkit//third_party:repositories.bzl", xcbuildkit_dependencies="dependencies")

xcbuildkit_dependencies()

0 comments on commit f308c40

Please sign in to comment.