Remove tools/build.py (#2865)

Testing regression: ASAN build removed.
This commit is contained in:
Ryan Dahl 2019-09-06 20:32:58 -04:00 committed by GitHub
parent 595b4daa77
commit acaff6d056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 179 additions and 4022 deletions

View file

@ -140,11 +140,6 @@ def generate_gn_args(mode):
# https://github.com/mozilla/sccache/issues/264
out += ["treat_warnings_as_errors=false"]
# Look for sccache; if found, set rustc_wrapper.
rustc_wrapper = cacher
if rustc_wrapper:
out += ['rustc_wrapper=%s' % gn_string(rustc_wrapper)]
return out