aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 4d6df85f40..e8ed565d52 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -145,3 +145,9 @@ http_archive(
strip_prefix = "re2-2017-08-01",
sha256 = "938723dc197125392698c5fcf41acb74877866ff140b81fd50b7314bf26f1636",
)
+
+# For src/test/shell/bazel:bazel_sandboxing_test
+http_file(
+ name = 'mount_path_toolchain',
+ url = 'https://asci-toolchain.appspot.com.storage.googleapis.com/toolchain-testing/mount_path_toolchain.tar.gz',
+)