Skip to content

Commit fb50bc2

Browse files
authored
Put default storage cache in a scratch space (#440)
* Put default storage cache in a scratch space * Remove `deps` directory
1 parent 5e489c6 commit fb50bc2

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
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"

deps/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

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)