diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-12-04 10:54:32 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-12-07 13:50:09 +0100 |
commit | 1a950d263a631c59534eb2c97e92348321e42d63 (patch) | |
tree | a05cae198a4c4e6eabdc7a4fd0a447cf8eb4724e /python/servo/testing_commands.py | |
parent | e64647188879b8269b62c1d5c8aa05732ab9d96d (diff) | |
download | servo-1a950d263a631c59534eb2c97e92348321e42d63.tar.gz servo-1a950d263a631c59534eb2c97e92348321e42d63.zip |
Upgrade to rustc 1.24.0-nightly (5a2465e2b 2017-12-06)
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index a72b6ef8f70..e0b9a4e7b28 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -254,6 +254,9 @@ class MachCommands(CommandBase): env = self.build_env() env["RUST_BACKTRACE"] = "1" + # Work around https://github.com/rust-lang/cargo/issues/4790 + del env["RUSTDOCFLAGS"] + if "msvc" in host_triple(): # on MSVC, we need some DLLs in the path. They were copied # in to the servo.exe build dir, so just point PATH to that. |