aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2018-06-12 05:36:53 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-12 05:37:50 -0700
commit6ed275b16be771d3a9ea6b2fc5c901b77cb268e2 (patch)
tree36870a38fc135861e0740acbda04e8732dedd29d /WORKSPACE
parentede315264b2191baf76d4cb76bbcf5db85da2630 (diff)
Add hash sum for mount_path_toolchain
Even for tests we should not download random files from the internet without ensuring that we get what we expect. Change-Id: I4b9ef3f89c1ea12a4b883d833fb598196f9a7db3 PiperOrigin-RevId: 200201636
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE1
1 files changed, 1 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index e6136610d4..47b99a3b01 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -170,4 +170,5 @@ http_archive(
http_file(
name = 'mount_path_toolchain',
url = 'https://asci-toolchain.appspot.com.storage.googleapis.com/toolchain-testing/mount_path_toolchain.tar.gz',
+ sha256 = "dd8088d3543a86fd91a9ccde6e40102aff6eaf3d048aa73cc18eff05cc2053d5",
)