Skip to content

Commit 92b55cd

Browse files
brentleyjoneskeith
andauthored
Use /tmp
Co-authored-by: Keith Smiley <[email protected]>
1 parent 45b9287 commit 92b55cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/internal/compiling.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def _tmpdir_module_cache_configurator(prerequisites, args):
949949
args.add(
950950
"-module-cache-path",
951951
paths.join(
952-
"/private/tmp/__build_bazel_rules_swift",
952+
"/tmp/__build_bazel_rules_swift",
953953
"swift_module_cache",
954954
prerequisites.workspace_name,
955955
),

0 commit comments

Comments
 (0)