From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 21 Nov 2020 01:30:06 -0500 Subject: [PATCH] disable checkout_nacl --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 058ab4e2e99f6..3d1b87682d225 100644 --- a/DEPS +++ b/DEPS @@ -107,7 +107,7 @@ vars = { # Check out and download nacl by default, unless on an arm mac. # This can be disabled e.g. with custom_vars. - 'checkout_nacl': 'not (host_os == "mac" and host_cpu == "arm64")', + 'checkout_nacl': False, # By default, do not check out src-internal. This can be overridden e.g. with # custom_vars.