mirror of
https://github.com/servo/servo.git
synced 2025-06-08 16:43:28 +00:00
Disable RUST_BACKTRACE in unit tests on macOS.
This commit is contained in:
parent
c9480c8e07
commit
b54b3aca64
1 changed files with 3 additions and 1 deletions
|
@ -278,7 +278,9 @@ class MachCommands(CommandBase):
|
|||
packages.discard('stylo')
|
||||
|
||||
env = self.build_env(test_unit=True)
|
||||
env["RUST_BACKTRACE"] = "1"
|
||||
# FIXME: https://github.com/servo/servo/issues/26192
|
||||
if "apple-darwin" not in host_triple():
|
||||
env["RUST_BACKTRACE"] = "1"
|
||||
|
||||
if "msvc" in host_triple():
|
||||
# on MSVC, we need some DLLs in the path. They were copied
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue