aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Xin Gao <xingao@google.com>2017-11-07 19:05:31 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-11-07 20:51:53 +0100
commitc439ae1365562f2224c208ed168dcc786904caae (patch)
treef1ce0cf0330b49253e028d9c7a75fe90c1d419b2 /WORKSPACE
parent7e748d11deb876551cbd1ecf0d0c5005b1714c7e (diff)
Retrieve bazel_sandbox_test data dependency using http_file rule.
Fixes #2355. PiperOrigin-RevId: 174871644
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',
+)