From c439ae1365562f2224c208ed168dcc786904caae Mon Sep 17 00:00:00 2001 From: Xin Gao Date: Tue, 7 Nov 2017 19:05:31 +0100 Subject: Retrieve bazel_sandbox_test data dependency using http_file rule. Fixes #2355. PiperOrigin-RevId: 174871644 --- WORKSPACE | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WORKSPACE') 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', +) -- cgit v1.2.3