Skip to content

Commit 2d3d0ac

Browse files
committed
Update BinaryBuilderBase to v0.5.3
1 parent b0571a0 commit 2d3d0ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
2828

2929
[[BinaryBuilderBase]]
3030
deps = ["CodecZlib", "Downloads", "InteractiveUtils", "JSON", "LibGit2", "Libdl", "Logging", "OutputCollectors", "Pkg", "Random", "SHA", "Scratch", "SimpleBufferStream", "TOML", "Tar", "UUIDs", "p7zip_jll", "pigz_jll"]
31-
git-tree-sha1 = "f229af963794c6464ac1e17788faea4729abdb06"
31+
git-tree-sha1 = "903aaee49e3658677cb984a37f679524c44959e1"
3232
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
33-
version = "0.5.2"
33+
version = "0.5.3"
3434

3535
[[CodecZlib]]
3636
deps = ["TranscodingStreams", "Zlib_jll"]

test/building.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ shards_to_test = expand_cxxstring_abis(expand_gfortran_versions(shards_to_test))
121121
DirectorySource[],
122122
# Build the test suite, install the binaries into our prefix's `bin`
123123
raw"""
124+
export SUPER_VERBOSE=1
124125
# Build testsuite
125126
make -j${nproc} -sC /usr/share/testsuite install
126127
# Install fake license just to silence the warning

0 commit comments

Comments
 (0)