Skip to content

Commit 7e3c2dd

Browse files
[CI] Update manifest (#10486)
* [CI] Update manifest Notable changes: * JuliaPackaging/BinaryBuilder.jl@edecf34...e8ae613 * JuliaPackaging/BinaryBuilderBase.jl@0abbe35...bc1c293 * [CI] Run Julia with multiple threads to parallelise auditor --------- Co-authored-by: giordano <765740+giordano@users.noreply.github.com> Co-authored-by: Mosè Giordano <mose@gnu.org>
1 parent 1fdf0e4 commit 7e3c2dd

File tree

2 files changed

+31
-22
lines changed

2 files changed

+31
-22
lines changed

.buildkite/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ echo "--- Cleanup"
1818

1919
echo "+++ Build"
2020
cd "${PROJECT}"
21-
julia ./build_tarballs.jl --verbose "${PLATFORM}"
21+
# Start Julia with multiple thread to make auditor parallel.
22+
julia --threads "${BINARYBUILDER_NPROC:-16}" ./build_tarballs.jl --verbose "${PLATFORM}"

.ci/Manifest.toml

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,37 +36,37 @@ version = "0.2.0"
3636
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
3737

3838
[[deps.BinaryBuilder]]
39-
deps = ["ArgParse", "BinaryBuilderBase", "Dates", "Downloads", "GitHub", "HTTP", "JLD2", "JSON", "LibGit2", "Libdl", "Logging", "LoggingExtras", "ObjectFile", "OutputCollectors", "Pkg", "PkgLicenses", "REPL", "Random", "Registrator", "RegistryTools", "SHA", "Scratch", "Sockets", "TOML", "UUIDs", "ghr_jll"]
40-
git-tree-sha1 = "1453b13e178d63b5c4d7ba5ed6b0a703a57a602b"
39+
deps = ["ArgParse", "BinaryBuilderBase", "Dates", "Downloads", "GitHub", "HTTP", "JLD2", "JSON", "LibGit2", "Libdl", "Logging", "LoggingExtras", "ObjectFile", "OutputCollectors", "Patchelf_jll", "Pkg", "PkgLicenses", "REPL", "Random", "Registrator", "RegistryTools", "SHA", "Scratch", "Sockets", "TOML", "UUIDs", "ghr_jll"]
40+
git-tree-sha1 = "82686b480561c3fcd216a4f48b29ae214f8fe456"
4141
repo-rev = "master"
4242
repo-url = "https://github.com/JuliaPackaging/BinaryBuilder.jl"
4343
uuid = "12aac903-9f7c-5d81-afc2-d9565ea332ae"
44-
version = "0.6.3"
44+
version = "0.6.4"
4545

4646
[[deps.BinaryBuilderBase]]
4747
deps = ["Bzip2_jll", "CodecZlib", "Downloads", "Gzip_jll", "HistoricalStdlibVersions", "InteractiveUtils", "JLLWrappers", "JSON", "LibGit2", "LibGit2_jll", "Libdl", "Logging", "OrderedCollections", "OutputCollectors", "Pkg", "Printf", "ProgressMeter", "REPL", "Random", "SHA", "Scratch", "SimpleBufferStream", "TOML", "Tar", "Tar_jll", "UUIDs", "XZ_jll", "Zstd_jll", "p7zip_jll", "pigz_jll", "unzip_jll"]
48-
git-tree-sha1 = "2a898b1cebc34c7d1bb4c5fd3e2020bbc7064523"
48+
git-tree-sha1 = "972c616576272c8f391d867459b633520afd64a6"
4949
repo-rev = "master"
5050
repo-url = "https://github.com/JuliaPackaging/BinaryBuilderBase.jl.git"
5151
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
52-
version = "1.35.1"
52+
version = "1.35.2"
5353

5454
[[deps.BitFlags]]
5555
git-tree-sha1 = "0691e34b3bb8be9307330f88d1a3c3f25466c24d"
5656
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
5757
version = "0.1.9"
5858

5959
[[deps.Bzip2_jll]]
60-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
61-
git-tree-sha1 = "8873e196c2eb87962a2048b3b8e08946535864a1"
60+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
61+
git-tree-sha1 = "1b96ea4a01afe0ea4090c5c8039690672dd13f2e"
6262
uuid = "6e34b625-4abd-537c-b88f-471c36dfa7a0"
63-
version = "1.0.8+4"
63+
version = "1.0.9+0"
6464

6565
[[deps.CodecZlib]]
6666
deps = ["TranscodingStreams", "Zlib_jll"]
67-
git-tree-sha1 = "bce6804e5e6044c6daab27bb533d1295e4a2e759"
67+
git-tree-sha1 = "545a177179195e442472a1c4dc86982aa7a1bef0"
6868
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
69-
version = "0.7.6"
69+
version = "0.7.7"
7070

7171
[[deps.Compat]]
7272
deps = ["Dates", "LinearAlgebra", "TOML", "UUIDs"]
@@ -80,9 +80,9 @@ uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
8080

8181
[[deps.ConcurrentUtilities]]
8282
deps = ["Serialization", "Sockets"]
83-
git-tree-sha1 = "f36e5e8fdffcb5646ea5da81495a5a7566005127"
83+
git-tree-sha1 = "d9d26935a0bcffc87d2613ce14c527c99fc543fd"
8484
uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb"
85-
version = "2.4.3"
85+
version = "2.5.0"
8686

8787
[[deps.DataAPI]]
8888
git-tree-sha1 = "abe83f3a2f1b857aac70ef8b269080af17764bbe"
@@ -158,9 +158,9 @@ version = "0.2.2"
158158

159159
[[deps.HistoricalStdlibVersions]]
160160
deps = ["Pkg"]
161-
git-tree-sha1 = "29151e35904c4300d9f64fc79b5a41fdd6c334e8"
161+
git-tree-sha1 = "7e72d0ce251105cebeab1e156977af2346cbe558"
162162
uuid = "6df8b67a-e8a0-4029-b4b7-ac196fe72102"
163-
version = "2.0.1"
163+
version = "2.0.2"
164164

165165
[[deps.InlineStrings]]
166166
deps = ["Parsers"]
@@ -207,10 +207,6 @@ git-tree-sha1 = "1c602b1127f4751facb671441ca72715cc95938a"
207207
uuid = "dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac"
208208
version = "2.10.3+0"
209209

210-
[[deps.LazyArtifacts]]
211-
deps = ["Artifacts", "Pkg"]
212-
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
213-
214210
[[deps.LibCURL]]
215211
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
216212
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
@@ -343,6 +339,12 @@ git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
343339
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
344340
version = "2.8.1"
345341

342+
[[deps.Patchelf_jll]]
343+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
344+
git-tree-sha1 = "afed6b94eb4e63da369a5bc544db1d20ab36d1fd"
345+
uuid = "f2cf89d6-2bfd-5c44-bd2c-068eea195c0c"
346+
version = "0.14.3+0"
347+
346348
[[deps.Pidfile]]
347349
deps = ["FileWatching", "Test"]
348350
git-tree-sha1 = "2d8aaf8ee10df53d0dfb9b8ee44ae7c04ced2b03"
@@ -459,6 +461,12 @@ version = "1.11.0"
459461
deps = ["Dates"]
460462
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
461463

464+
[[deps.TZJData]]
465+
deps = ["Artifacts"]
466+
git-tree-sha1 = "006a327222dda856e2304959e566ff0104ac8594"
467+
uuid = "dc5dba14-91b3-4cab-a142-028a31da12f7"
468+
version = "1.3.1+2024b"
469+
462470
[[deps.TableTraits]]
463471
deps = ["IteratorInterfaceExtensions"]
464472
git-tree-sha1 = "c06b2f539df1c6efa794486abfb6ed2022561a39"
@@ -497,10 +505,10 @@ uuid = "37f0c46e-897f-50ef-b453-b26c3eed3d6c"
497505
version = "0.3.0"
498506

499507
[[deps.TimeZones]]
500-
deps = ["Dates", "Downloads", "InlineStrings", "LazyArtifacts", "Mocking", "Printf", "RecipesBase", "Scratch", "Unicode"]
501-
git-tree-sha1 = "5b347464bdac31eccfdbe1504d9484c31645cafc"
508+
deps = ["Artifacts", "Dates", "Downloads", "InlineStrings", "Mocking", "Printf", "RecipesBase", "Scratch", "TZJData", "Unicode", "p7zip_jll"]
509+
git-tree-sha1 = "34600f9822325409bad17639ac087a382ab586b7"
502510
uuid = "f269a46b-ccf7-5d73-abea-4c690281aa53"
503-
version = "1.11.0"
511+
version = "1.21.1"
504512

505513
[[deps.TranscodingStreams]]
506514
git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742"

0 commit comments

Comments
 (0)