diff options
author | teor <teor@torproject.org> | 2019-12-16 09:01:45 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-16 09:01:45 +1000 |
commit | 704f3224a2058329f23f9567873e77215e441701 (patch) | |
tree | f53a68e553f2de4712c6867f46d5e41863c5ea58 | |
parent | 7dd59460941c50242e740ff0cbd84b588d66e26e (diff) | |
download | tor-704f3224a2058329f23f9567873e77215e441701.tar.gz tor-704f3224a2058329f23f9567873e77215e441701.zip |
Travis: Turn off Tor's Sandbox in Chutney jobs
We need to set "Sandbox 0", until we fix sandbox errors that are
triggered by Ubuntu Xenial and Bionic. See 32722.
Part of 32240.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6004727b6d..1d56d64d44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,9 @@ env: - HARDENING_OPTIONS="--enable-expensive-hardening" ## We turn off asciidoc by default, because it's slow - ASCIIDOC_OPTIONS="--disable-asciidoc" + ## Turn off tor's sandbox in chutney, until we fix sandbox errors that are + ## triggered by Ubuntu Xenial and Bionic. See #32722. + - CHUTNEY_TOR_SANDBOX="0" matrix: ## This matrix entry is required, but it doesn't actually create any jobs - |