runner: forzar PATH
Some checks failed
repro-run Corre repro-run.json

This commit is contained in:
Cat /dev/Nulo 2023-01-28 12:15:05 -03:00
parent 6d074c41f3
commit da9bcb415e

View file

@ -89,6 +89,7 @@ https://dl-cdn.alpinelinux.org/alpine/v3.17/community`), 0600); err != nil {
"--unshare-user", "--uid", "1000", "--gid", "1000", "--unshare-user", "--uid", "1000", "--gid", "1000",
"--setenv", "HOME", "/home/repro", "--setenv", "HOME", "/home/repro",
"--chdir", "/work", "--chdir", "/work",
"--setenv", "PATH", "/usr/bin:/usr/sbin:/bin:/sbin",
}, },
cachedParams...) cachedParams...)