From 577949f73e6a6fd33407611afb3cd8b59ed13bac Mon Sep 17 00:00:00 2001 From: Marco Poletti Date: Sun, 9 Aug 2020 12:18:19 -0700 Subject: Move the bazel WORKSPACE file to the root dir, and replace the one in extras/bazel_root/ with a symlink. --- extras/bazel_root/WORKSPACE | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) mode change 100644 => 120000 extras/bazel_root/WORKSPACE (limited to 'extras/bazel_root/WORKSPACE') diff --git a/extras/bazel_root/WORKSPACE b/extras/bazel_root/WORKSPACE deleted file mode 100644 index d74dafe..0000000 --- a/extras/bazel_root/WORKSPACE +++ /dev/null @@ -1,18 +0,0 @@ -load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") - -git_repository( - name = "com_google_googletest", - remote = "https://github.com/google/googletest", - # GTest HEAD as of August 2018. - commit = "9c96f500a39df6915f8f1ab53b60be9889f1572b", -) - -git_repository( - name = "com_github_nelhage_rules_boost", - commit = "1e3a69bf2d5cd10c34b74f066054cd335d033d71", - remote = "https://github.com/nelhage/rules_boost", - shallow_since = "1591047380 -0700", -) - -load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps") -boost_deps() diff --git a/extras/bazel_root/WORKSPACE b/extras/bazel_root/WORKSPACE new file mode 120000 index 0000000..6991d20 --- /dev/null +++ b/extras/bazel_root/WORKSPACE @@ -0,0 +1 @@ +../../WORKSPACE \ No newline at end of file -- cgit v1.2.3