Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BinaryBuilderBase"
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
authors = ["Elliot Saba <[email protected]>"]
version = "1.40.0"
version = "1.41.0"

[deps]
Bzip2_jll = "6e34b625-4abd-537c-b88f-471c36dfa7a0"
Expand Down
7 changes: 0 additions & 7 deletions deps/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion src/BinaryBuilderBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function __init__()

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

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