mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
Problem ------- Fixes https://github.com/sbt/sbt/issues/7013 In a shared environment, multiple users will try to create `/tmp/.sbt/` directory, and fail. Solution -------- Append a deterministic hash like `/tmp/.sbt1234ABCD` based on the user home, so the same directory is used for the given user, but each user would have a unique runtime directory.