summaryrefslogtreecommitdiff
path: root/tool/rubyspec_temp.rb
AgeCommit message (Collapse)Author
2023-04-21Use shorter path as `SPEC_TEMP_DIR`Nobuyoshi Nakada
The temporary directory under the build directory may be too long as a UNIX socket path. On macOS, the default `TMPDIR` per user is also very long. Notes: Merged: https://github.com/ruby/ruby/pull/7749