Skip to content

Commit eec569a

Browse files
committed
Put default storage cache in a scratch space
1 parent 1a1d3de commit eec569a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BinaryBuilderBase"
22
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
33
authors = ["Elliot Saba <[email protected]>"]
4-
version = "1.40.0"
4+
version = "1.41.0"
55

66
[deps]
77
Bzip2_jll = "6e34b625-4abd-537c-b88f-471c36dfa7a0"

src/BinaryBuilderBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function __init__()
176176

177177
# Allow the user to override the default value for `storage_dir`
178178
storage_cache[] = get(ENV, "BINARYBUILDER_STORAGE_DIR",
179-
abspath(joinpath(@__DIR__, "..", "deps")))
179+
@get_scratch!("storage_cache"))
180180

181181
# If the user has signalled that they really want us to automatically
182182
# accept apple EULAs, do that.

0 commit comments

Comments
 (0)