mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 20:06:05 +00:00

This is necessary on Windows because some applications such as Bazel/Docker do not understand/handle Linux-like paths that msys uses. The script first converts all `JAXCI.*DIR` variables containing msys-like paths to Windows paths using cygpath. Then it sources those variables into the shell environment so that any tools that use those variables can run correctly. PiperOrigin-RevId: 702533023