Skip to content

Commit ea899a8

Browse files
authored
[SYCL][E2E] Propagate XDG_CACHE_HOME env var in lit.cfg.py (#21494)
Add XDG_CACHE_HOME to the list of environment variables propagated from the host environment in sycl/test-e2e/lit.cfg.py. This ensures tests respect the user's XDG cache directory setting.
1 parent efc6312 commit ea899a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"SYCL_DEVICE_ALLOWLIST",
122122
"SYCL_CONFIG_FILE_NAME",
123123
"VK_ADD_LAYER_PATH",
124+
"XDG_CACHE_HOME",
124125
]
125126
)
126127

0 commit comments

Comments
 (0)