Skip to content

Commit e36eac6

Browse files
committed
Back to v0.5.2, but now it's more verbose
1 parent 2d3d0ac commit e36eac6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: Manifest.toml

+2-2
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 = "903aaee49e3658677cb984a37f679524c44959e1"
31+
git-tree-sha1 = "f229af963794c6464ac1e17788faea4729abdb06"
3232
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
33-
version = "0.5.3"
33+
version = "0.5.2"
3434

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

Diff for: test/building.jl

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ shards_to_test = expand_cxxstring_abis(expand_gfortran_versions(shards_to_test))
134134
[Dependency("CompilerSupportLibraries_jll")];
135135
# We need to be able to build go and rust and whatnot
136136
compilers=[:c, :go, :rust],
137+
verbose=true,
137138
)
138139

139140
# Test that we built everything (I'm not entirely sure how I expect

0 commit comments

Comments
 (0)