Skip to content

Commit a5ffb3e

Browse files
committed
Update Manifests
1 parent 93d164c commit a5ffb3e

File tree

4 files changed

+122
-117
lines changed

4 files changed

+122
-117
lines changed

.buildkite/commands/runtests.sh

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
#!/bin/bash
22
OS=("windows" "linux" "macos")
33
TARGET_WORKFLOW="${1}"
4+
JULIA_VERSIONS=(1.10 1.11 nightly)
45

5-
for os in ${OS[@]}; do
6-
ytt -f "${TARGET_WORKFLOW}" --data-value os="${os}" --data-value arch="x86_64" | buildkite-agent pipeline upload
6+
for julia_version in ${JULIA_VERSIONS[@]}; do
7+
for os in ${OS[@]}; do
8+
ytt -f "${TARGET_WORKFLOW}" --data-value os="${os}" --data-value arch="x86_64" --data-value julia_version="${julia_version}" | buildkite-agent pipeline upload
79

8-
if [[ $os == "windows" ]]; then
9-
continue
10-
fi
11-
ytt -f "${TARGET_WORKFLOW}" --data-value os="${os}" --data-value arch="aarch64" | buildkite-agent pipeline upload
10+
if [[ $os == "windows" ]]; then
11+
continue
12+
fi
13+
ytt -f "${TARGET_WORKFLOW}" --data-value os="${os}" --data-value arch="aarch64" --data-value julia_version="${julia_version}" | buildkite-agent pipeline upload
14+
done
1215
done

.buildkite/runtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ self_test_setup: &self_test_setup
1111
cp -Ra hooks lib plugin.yml README.md .buildkite/plugins/jack/
1212
1313
steps:
14-
- label: #@ ":{}: :bucket: Test jack".format(data.values.os)
14+
- label: #@ ":{}: :bucket: Test jack (julia {})".format(data.values.os, data.values.julia_version)
1515
agents:
1616
arch: #@ data.values.arch
1717
os: #@ data.values.os
@@ -22,7 +22,7 @@ steps:
2222

2323
plugins:
2424
- JuliaCI/julia#v1:
25-
version: 1
25+
version: #@ data.values.julia_version
2626

2727
#! In order to properly use the current repository as a plugin within a pipeline,
2828
#! we have to first install it into the "vendored plugin" location.

lib/Manifest-v1.12.toml

Lines changed: 71 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,211 +1,209 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
[[ArgTools]]
3+
julia_version = "1.12.0-DEV"
4+
manifest_format = "2.0"
5+
project_hash = "1c014c64df77ff593831f8cfb14efb7d13e5df95"
6+
7+
[[deps.ArgTools]]
48
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
59
version = "1.1.2"
610

7-
[[Artifacts]]
11+
[[deps.Artifacts]]
812
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
913
version = "1.11.0"
1014

11-
[[Base64]]
15+
[[deps.Base64]]
1216
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
1317
version = "1.11.0"
1418

15-
[[Dates]]
19+
[[deps.Dates]]
1620
deps = ["Printf"]
1721
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
1822
version = "1.11.0"
1923

20-
[[Downloads]]
24+
[[deps.Downloads]]
2125
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
2226
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
2327
version = "1.6.0"
2428

25-
[[Expat_jll]]
29+
[[deps.Expat_jll]]
2630
deps = ["Artifacts", "JLLWrappers", "Libdl"]
27-
git-tree-sha1 = "1c6317308b9dc757616f0b5cb379db10494443a7"
31+
git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99"
2832
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
29-
version = "2.6.2+0"
33+
version = "2.6.4+3"
3034

31-
[[FileWatching]]
35+
[[deps.FileWatching]]
3236
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
3337
version = "1.11.0"
3438

35-
[[Git]]
39+
[[deps.Git]]
3640
deps = ["Git_jll"]
3741
git-tree-sha1 = "04eff47b1354d702c3a85e8ab23d539bb7d5957e"
3842
uuid = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
3943
version = "1.3.1"
4044

41-
[[Git_jll]]
45+
[[deps.Git_jll]]
4246
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "LibCURL_jll", "Libdl", "Libiconv_jll", "OpenSSL_jll", "PCRE2_jll", "Zlib_jll"]
43-
git-tree-sha1 = "d18fb8a1f3609361ebda9bf029b60fd0f120c809"
47+
git-tree-sha1 = "399f4a308c804b446ae4c91eeafadb2fe2c54ff9"
4448
uuid = "f8c6e375-362e-5223-8a59-34ff63f689eb"
45-
version = "2.44.0+2"
49+
version = "2.47.1+0"
4650

47-
[[HistoricalStdlibVersions]]
51+
[[deps.HistoricalStdlibVersions]]
4852
deps = ["Pkg"]
49-
git-tree-sha1 = "d50c73e4abd8f7c58eb76a8884dfd531fa8dac81"
53+
git-tree-sha1 = "29151e35904c4300d9f64fc79b5a41fdd6c334e8"
5054
uuid = "6df8b67a-e8a0-4029-b4b7-ac196fe72102"
51-
version = "2.0.0"
55+
version = "2.0.1"
5256

53-
[[JLLPrefixes]]
57+
[[deps.JLLPrefixes]]
5458
deps = ["Artifacts", "Git", "HistoricalStdlibVersions", "Pkg", "Preferences", "SHA", "Scratch"]
5559
git-tree-sha1 = "282d4920f56cb8c39f0a0baa5a834db2e78cc991"
5660
uuid = "afc68a34-7891-4c5a-9da1-1c62935e7b0d"
5761
version = "0.3.11"
5862

59-
[[JLLWrappers]]
63+
[[deps.JLLWrappers]]
6064
deps = ["Artifacts", "Preferences"]
61-
git-tree-sha1 = "7e5d6779a1e09a36db2a7b6cff50942a0a7d0fca"
65+
git-tree-sha1 = "a007feb38b422fbdab534406aeca1b86823cb4d6"
6266
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
63-
version = "1.5.0"
67+
version = "1.7.0"
6468

65-
[[JuliaSyntaxHighlighting]]
69+
[[deps.JuliaSyntaxHighlighting]]
6670
deps = ["StyledStrings"]
67-
uuid = "dc6e5ff7-fb65-4e79-a425-ec3bc9c03011"
71+
uuid = "ac6e5ff7-fb65-4e79-a425-ec3bc9c03011"
6872
version = "1.12.0"
6973

70-
[[LibCURL]]
74+
[[deps.LibCURL]]
7175
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
7276
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
7377
version = "0.6.4"
7478

75-
[[LibCURL_jll]]
76-
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
79+
[[deps.LibCURL_jll]]
80+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll", "Zlib_jll", "nghttp2_jll"]
7781
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
78-
version = "8.6.0+0"
82+
version = "8.11.1+1"
7983

80-
[[LibGit2]]
84+
[[deps.LibGit2]]
8185
deps = ["LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
8286
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
8387
version = "1.11.0"
8488

85-
[[LibGit2_jll]]
86-
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
89+
[[deps.LibGit2_jll]]
90+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll"]
8791
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
88-
version = "1.8.0+0"
92+
version = "1.9.0+0"
8993

90-
[[LibSSH2_jll]]
91-
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
94+
[[deps.LibSSH2_jll]]
95+
deps = ["Artifacts", "Libdl", "OpenSSL_jll"]
9296
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
93-
version = "1.11.0+1"
97+
version = "1.11.3+1"
9498

95-
[[Libdl]]
99+
[[deps.Libdl]]
96100
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
97101
version = "1.11.0"
98102

99-
[[Libiconv_jll]]
103+
[[deps.Libiconv_jll]]
100104
deps = ["Artifacts", "JLLWrappers", "Libdl"]
101-
git-tree-sha1 = "f9557a255370125b405568f9767d6d195822a175"
105+
git-tree-sha1 = "be484f5c92fad0bd8acfef35fe017900b0b73809"
102106
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
103-
version = "1.17.0+0"
107+
version = "1.18.0+0"
104108

105-
[[Logging]]
109+
[[deps.Logging]]
106110
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
107111
version = "1.11.0"
108112

109-
[[Markdown]]
113+
[[deps.Markdown]]
110114
deps = ["Base64", "JuliaSyntaxHighlighting", "StyledStrings"]
111115
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
112116
version = "1.11.0"
113117

114-
[[MbedTLS_jll]]
115-
deps = ["Artifacts", "Libdl"]
116-
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
117-
version = "2.28.6+0"
118-
119-
[[MozillaCACerts_jll]]
118+
[[deps.MozillaCACerts_jll]]
120119
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
121-
version = "2024.3.11"
120+
version = "2024.12.31"
122121

123-
[[NetworkOptions]]
122+
[[deps.NetworkOptions]]
124123
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
125-
version = "1.2.0"
124+
version = "1.3.0"
126125

127-
[[OpenSSL_jll]]
128-
deps = ["Artifacts", "JLLWrappers", "Libdl"]
129-
git-tree-sha1 = "a028ee3cb5641cccc4c24e90c36b0a4f7707bdf5"
126+
[[deps.OpenSSL_jll]]
127+
deps = ["Artifacts", "Libdl"]
130128
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
131-
version = "3.0.14+0"
129+
version = "3.0.15+2"
132130

133-
[[PCRE2_jll]]
131+
[[deps.PCRE2_jll]]
134132
deps = ["Artifacts", "Libdl"]
135133
uuid = "efcefdf7-47ab-520b-bdef-62a2eaa19f15"
136-
version = "10.43.0+0"
134+
version = "10.44.0+1"
137135

138-
[[Pkg]]
136+
[[deps.Pkg]]
139137
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
140138
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
141139
version = "1.12.0"
142140

143-
[Pkg.extensions]
141+
[deps.Pkg.extensions]
144142
REPLExt = "REPL"
145143

146-
[Pkg.weakdeps]
144+
[deps.Pkg.weakdeps]
147145
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
148146

149-
[[Preferences]]
147+
[[deps.Preferences]]
150148
deps = ["TOML"]
151149
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
152150
uuid = "21216c6a-2e73-6563-6e65-726566657250"
153151
version = "1.4.3"
154152

155-
[[Printf]]
153+
[[deps.Printf]]
156154
deps = ["Unicode"]
157155
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
158156
version = "1.11.0"
159157

160-
[[Random]]
158+
[[deps.Random]]
161159
deps = ["SHA"]
162160
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
163161
version = "1.11.0"
164162

165-
[[SHA]]
163+
[[deps.SHA]]
166164
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
167165
version = "0.7.0"
168166

169-
[[Scratch]]
167+
[[deps.Scratch]]
170168
deps = ["Dates"]
171169
git-tree-sha1 = "3bac05bc7e74a75fd9cba4295cde4045d9fe2386"
172170
uuid = "6c6a2e73-6563-6170-7368-637461726353"
173171
version = "1.2.1"
174172

175-
[[StyledStrings]]
173+
[[deps.StyledStrings]]
176174
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
177175
version = "1.11.0"
178176

179-
[[TOML]]
177+
[[deps.TOML]]
180178
deps = ["Dates"]
181179
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
182180
version = "1.0.3"
183181

184-
[[Tar]]
182+
[[deps.Tar]]
185183
deps = ["ArgTools", "SHA"]
186184
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
187185
version = "1.10.0"
188186

189-
[[UUIDs]]
187+
[[deps.UUIDs]]
190188
deps = ["Random", "SHA"]
191189
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
192190
version = "1.11.0"
193191

194-
[[Unicode]]
192+
[[deps.Unicode]]
195193
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
196194
version = "1.11.0"
197195

198-
[[Zlib_jll]]
196+
[[deps.Zlib_jll]]
199197
deps = ["Libdl"]
200198
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
201-
version = "1.3.1+0"
199+
version = "1.3.1+2"
202200

203-
[[nghttp2_jll]]
201+
[[deps.nghttp2_jll]]
204202
deps = ["Artifacts", "Libdl"]
205203
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
206-
version = "1.60.0+0"
204+
version = "1.64.0+1"
207205

208-
[[p7zip_jll]]
206+
[[deps.p7zip_jll]]
209207
deps = ["Artifacts", "Libdl"]
210208
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
211-
version = "17.5.0+0"
209+
version = "17.5.0+2"

0 commit comments

Comments
 (0)