You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On our macOS CI systems, `TMPDIR` is set to a special path (not `/tmp`)
and the CI processes are not allowed to write into `/tmp`. This causes
this `Distributed` test to fail, as it loses the special `TMPDIR`
setting. This explicitly sets `TMPDIR` to ensure that it propagates
correctly.
0 commit comments