Commit dc22f05
fix: add some Linux variables to default passthrough env vars (#10959)
### Description
Adds `XDG_RUNTIME_DIR` to the list of default global pass-through
environment variables. This ensures that the standard XDG runtime
directory is available in tasks by default.
### Testing Instructions
Verify that `XDG_RUNTIME_DIR` is passed through to tasks by running a
Turborepo task that prints its environment variables (e.g., `echo
$XDG_RUNTIME_DIR`).
CLOSES TURBO-4894
---
<a
href="https://cursor.com/background-agent?bcId=bc-4fb50320-af4f-40fe-9644-4949913c8bc6"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/open-in-cursor-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in
Cursor"
src="https://cursor.com/open-in-cursor.svg"></picture></a> <a
href="https://cursor.com/agents?id=bc-4fb50320-af4f-40fe-9644-4949913c8bc6"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/open-in-web-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web"
src="https://cursor.com/open-in-web.svg"></picture></a>
---------
Co-authored-by: Cursor Agent <[email protected]>1 parent bf11989 commit dc22f05
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
447 | 450 | | |
448 | 451 | | |
449 | 452 | | |
| |||
0 commit comments