Skip to content

Commit 0e30a58

Browse files
authored
Update BinaryBuilderBase with LLVMBoostrap 11.0.1 (#1006)
Temporarily disable submission to Codecov: it's currently failing, restore when we have time to debug it.
1 parent fe829aa commit 0e30a58

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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 = "0642b01b5f9a13170beb12f1dc5f35153029b104"
31+
git-tree-sha1 = "557b497af843c3f48fe4678c4b47b13db81805aa"
3232
repo-rev = "master"
3333
repo-url = "https://github.com/JuliaPackaging/BinaryBuilderBase.jl.git"
3434
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
@@ -260,9 +260,9 @@ uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
260260

261261
[[ProgressMeter]]
262262
deps = ["Distributed", "Printf"]
263-
git-tree-sha1 = "45640774ee2efa24e52686dbdf895e88102e68fc"
263+
git-tree-sha1 = "6e9c89cba09f6ef134b00e10625590746ba1e036"
264264
uuid = "92933f4c-e287-5a05-a399-4b506db050ca"
265-
version = "1.4.1"
265+
version = "1.5.0"
266266

267267
[[REPL]]
268268
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
@@ -401,10 +401,10 @@ uuid = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
401401
version = "1.2.1"
402402

403403
[[ZeroMQ_jll]]
404-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
405-
git-tree-sha1 = "bba617292e040408cb72baa03c20f43583bf239f"
404+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "libsodium_jll"]
405+
git-tree-sha1 = "74a74a3896b63980734cc876da8a103454559fe8"
406406
uuid = "8f1865be-045e-5c20-9c9f-bfbfb0764568"
407-
version = "4.3.2+5"
407+
version = "4.3.2+6"
408408

409409
[[Zlib_jll]]
410410
deps = ["Libdl"]

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- bash: |
4848
set -e
4949
$(JULIA) --check-bounds=yes --inline=yes -e 'using Pkg; Pkg.Registry.update(); Pkg.instantiate(); Pkg.test(coverage=true)'
50-
$(JULIA) -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
50+
# $(JULIA) -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
5151
name: Test
5252
5353
- bash: |

0 commit comments

Comments
 (0)