aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2020-08-09 12:22:36 -0700
committerMarco Poletti <poletti.marco@gmail.com>2020-08-09 12:22:36 -0700
commitf83a61fa1f58e4bba0fbf68fa5e70eb9d6c85314 (patch)
treec4d1dd5d2b0055c5c7bc4b7ff6ef56dd5af0d7b2
parent577949f73e6a6fd33407611afb3cd8b59ed13bac (diff)
downloadgoogle-fruit-f83a61fa1f58e4bba0fbf68fa5e70eb9d6c85314.tar.gz
Revert "Move the bazel WORKSPACE file to the root dir, and replace the one in extras/bazel_root/ with a symlink."
This reverts commit 577949f73e6a6fd33407611afb3cd8b59ed13bac.
-rw-r--r--WORKSPACE18
-rw-r--r--[l---------]extras/bazel_root/WORKSPACE19
2 files changed, 18 insertions, 19 deletions
diff --git a/WORKSPACE b/WORKSPACE
deleted file mode 100644
index d74dafe..0000000
--- a/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
index 6991d20..d74dafe 120000..100644
--- a/extras/bazel_root/WORKSPACE
+++ b/extras/bazel_root/WORKSPACE
@@ -1 +1,18 @@
-../../WORKSPACE \ No newline at end of file
+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()