Skip to content

Commit 33a3002

Browse files
committed
inherit important envvars for pyperformance run
1 parent fdd976e commit 33a3002

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ def _vmRun(self, vm, workdir, command, benchmarks, bmSuiteArgs):
308308
[
309309
join(vm_venv, "bin", "pyperformance"),
310310
"run",
311+
"--inherit-environ",
312+
"http_proxy,https_proxy,ftp_proxy,PIP_INDEX_URL,PIP_TRUSTED_HOST,PIP_TIMEOUT,PIP_RETRIES,LD_LIBRARY_PATH,LIBRARY_PATH,CPATH,PATH",
311313
"-m",
312314
"-o",
313315
json_file,

0 commit comments

Comments
 (0)