mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
This is another tool we can leverage to configure separate caches for CI runs in Linux to hopefully reduce the likelihood of module cache related issues. Also this will allow us to respect the default values for the environment we are running in. As per clang source code, the environment variable only impacts Linux environments. Addresses rdar://73582047