mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Auto merge of #26217 - servo:jdm-patch-40, r=asajeffrey
Disable RUST_BACKTRACE in unit tests on macOS. This works around #26192 which is a new relatively frequent intermittent crash on CI.
This commit is contained in:
commit
c6ec063a31
1 changed files with 3 additions and 1 deletions
|
@ -278,6 +278,8 @@ class MachCommands(CommandBase):
|
|||
packages.discard('stylo')
|
||||
|
||||
env = self.build_env(test_unit=True)
|
||||
# FIXME: https://github.com/servo/servo/issues/26192
|
||||
if "apple-darwin" not in host_triple():
|
||||
env["RUST_BACKTRACE"] = "1"
|
||||
|
||||
if "msvc" in host_triple():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue