@@ -15,6 +15,7 @@ permissions: {}
15
15
env :
16
16
CW_MAP : ' 1'
17
17
CW_JOBS : ' 3'
18
+ CW_PKG_NODELETE : ' 1'
18
19
DO_NOT_TRACK : ' 1'
19
20
DOCKER_CONTENT_TRUST : ' 1'
20
21
56
57
*-*-linux*.*
57
58
urls.txt
58
59
60
+ - uses : actions/upload-artifact@v3
61
+ with :
62
+ name : ' curl-linux-glibc-debian-testing-llvm-tool'
63
+ retention-days : 5
64
+ path : |
65
+ curl-*-*-*/bin/curl
66
+ urls.txt
67
+
59
68
linux-glibc-debian-testing-gcc :
60
69
runs-on : ubuntu-latest
61
70
steps :
84
93
*-*-linux*.*
85
94
urls.txt
86
95
96
+ - uses : actions/upload-artifact@v3
97
+ with :
98
+ name : ' curl-linux-glibc-debian-testing-gcc-tool'
99
+ retention-days : 5
100
+ path : |
101
+ curl-*-*-*/bin/curl
102
+ urls.txt
103
+
87
104
linux-glibc-debian-bookworm-llvm :
88
105
runs-on : ubuntu-latest
89
106
steps :
@@ -114,6 +131,14 @@ jobs:
114
131
*-*-linux*.*
115
132
urls.txt
116
133
134
+ - uses : actions/upload-artifact@v3
135
+ with :
136
+ name : ' curl-linux-glibc-debian-bookworm-llvm-tool'
137
+ retention-days : 5
138
+ path : |
139
+ curl-*-*-*/bin/curl
140
+ urls.txt
141
+
117
142
linux-glibc-debian-bookworm-gcc :
118
143
runs-on : ubuntu-latest
119
144
steps :
@@ -144,6 +169,14 @@ jobs:
144
169
*-*-linux*.*
145
170
urls.txt
146
171
172
+ - uses : actions/upload-artifact@v3
173
+ with :
174
+ name : ' curl-linux-glibc-debian-bookworm-gcc-tool'
175
+ retention-days : 5
176
+ path : |
177
+ curl-*-*-*/bin/curl
178
+ urls.txt
179
+
147
180
linux-glibc-debian-sid-llvm-riscv64 :
148
181
runs-on : ubuntu-latest
149
182
steps :
@@ -174,6 +207,14 @@ jobs:
174
207
*-*-linux*.*
175
208
urls.txt
176
209
210
+ - uses : actions/upload-artifact@v3
211
+ with :
212
+ name : ' curl-linux-glibc-debian-sid-llvm-riscv64-tool'
213
+ retention-days : 5
214
+ path : |
215
+ curl-*-*-*/bin/curl
216
+ urls.txt
217
+
177
218
linux-glibc-debian-sid-gcc-riscv64 :
178
219
runs-on : ubuntu-latest
179
220
steps :
@@ -204,6 +245,14 @@ jobs:
204
245
*-*-linux*.*
205
246
urls.txt
206
247
248
+ - uses : actions/upload-artifact@v3
249
+ with :
250
+ name : ' curl-linux-glibc-debian-sid-gcc-riscv64-tool'
251
+ retention-days : 5
252
+ path : |
253
+ curl-*-*-*/bin/curl
254
+ urls.txt
255
+
207
256
linux-musl-debian-testing-llvm :
208
257
runs-on : ubuntu-latest
209
258
steps :
@@ -232,6 +281,14 @@ jobs:
232
281
*-*-linux*.*
233
282
urls.txt
234
283
284
+ - uses : actions/upload-artifact@v3
285
+ with :
286
+ name : ' curl-linux-musl-debian-testing-llvm-tool'
287
+ retention-days : 5
288
+ path : |
289
+ curl-*-*-*/bin/curl
290
+ urls.txt
291
+
235
292
linux-musl-debian-testing-gcc :
236
293
runs-on : ubuntu-latest
237
294
steps :
@@ -260,6 +317,14 @@ jobs:
260
317
*-*-linux*.*
261
318
urls.txt
262
319
320
+ - uses : actions/upload-artifact@v3
321
+ with :
322
+ name : ' curl-linux-musl-debian-testing-gcc-tool'
323
+ retention-days : 5
324
+ path : |
325
+ curl-*-*-*/bin/curl
326
+ urls.txt
327
+
263
328
linux-musl-debian-bookworm-llvm :
264
329
runs-on : ubuntu-latest
265
330
steps :
@@ -290,6 +355,14 @@ jobs:
290
355
*-*-linux*.*
291
356
urls.txt
292
357
358
+ - uses : actions/upload-artifact@v3
359
+ with :
360
+ name : ' curl-linux-musl-debian-bookworm-llvm-tool'
361
+ retention-days : 5
362
+ path : |
363
+ curl-*-*-*/bin/curl
364
+ urls.txt
365
+
293
366
linux-musl-debian-bookworm-gcc :
294
367
runs-on : ubuntu-latest
295
368
steps :
@@ -320,6 +393,14 @@ jobs:
320
393
*-*-linux*.*
321
394
urls.txt
322
395
396
+ - uses : actions/upload-artifact@v3
397
+ with :
398
+ name : ' curl-linux-musl-debian-bookworm-gcc-tool'
399
+ retention-days : 5
400
+ path : |
401
+ curl-*-*-*/bin/curl
402
+ urls.txt
403
+
323
404
linux-musl-debian-sid-llvm-riscv64 :
324
405
runs-on : ubuntu-latest
325
406
steps :
@@ -350,6 +431,14 @@ jobs:
350
431
*-*-linux*.*
351
432
urls.txt
352
433
434
+ - uses : actions/upload-artifact@v3
435
+ with :
436
+ name : ' curl-linux-musl-debian-sid-llvm-riscv64-tool'
437
+ retention-days : 5
438
+ path : |
439
+ curl-*-*-*/bin/curl
440
+ urls.txt
441
+
353
442
linux-musl-debian-sid-gcc-riscv64 :
354
443
runs-on : ubuntu-latest
355
444
steps :
@@ -380,6 +469,14 @@ jobs:
380
469
*-*-linux*.*
381
470
urls.txt
382
471
472
+ - uses : actions/upload-artifact@v3
473
+ with :
474
+ name : ' curl-linux-musl-debian-sid-gcc-riscv64-tool'
475
+ retention-days : 5
476
+ path : |
477
+ curl-*-*-*/bin/curl
478
+ urls.txt
479
+
383
480
linux-musl-alpine-llvm :
384
481
runs-on : ubuntu-latest
385
482
steps :
@@ -408,6 +505,14 @@ jobs:
408
505
*-*-linux*.*
409
506
urls.txt
410
507
508
+ - uses : actions/upload-artifact@v3
509
+ with :
510
+ name : ' curl-linux-musl-alpine-llvm-x86_64-tool'
511
+ retention-days : 5
512
+ path : |
513
+ curl-*-*-*/bin/curl
514
+ urls.txt
515
+
411
516
linux-musl-alpine-gcc :
412
517
runs-on : ubuntu-latest
413
518
steps :
@@ -436,6 +541,14 @@ jobs:
436
541
*-*-linux*.*
437
542
urls.txt
438
543
544
+ - uses : actions/upload-artifact@v3
545
+ with :
546
+ name : ' curl-linux-musl-alpine-gcc-x86_64-tool'
547
+ retention-days : 5
548
+ path : |
549
+ curl-*-*-*/bin/curl
550
+ urls.txt
551
+
439
552
linux-musl-from-mac :
440
553
runs-on : macos-latest
441
554
steps :
@@ -456,6 +569,14 @@ jobs:
456
569
*-*-linux*.*
457
570
urls.txt
458
571
572
+ - uses : actions/upload-artifact@v3
573
+ with :
574
+ name : ' curl-linux-musl-from-mac-x86_64-tool'
575
+ retention-days : 5
576
+ path : |
577
+ curl-*-*-*/bin/curl
578
+ urls.txt
579
+
459
580
mac-clang :
460
581
runs-on : macos-latest
461
582
steps :
@@ -476,6 +597,14 @@ jobs:
476
597
*-*-macos*.*
477
598
urls.txt
478
599
600
+ - uses : actions/upload-artifact@v3
601
+ with :
602
+ name : ' curl-macos-universal-clang-tool'
603
+ retention-days : 5
604
+ path : |
605
+ curl-*-universal-*/bin/curl
606
+ urls.txt
607
+
479
608
mac-llvm :
480
609
runs-on : macos-latest
481
610
steps :
@@ -496,6 +625,14 @@ jobs:
496
625
*-*-macos*.*
497
626
urls.txt
498
627
628
+ - uses : actions/upload-artifact@v3
629
+ with :
630
+ name : ' curl-macos-universal-llvm-tool'
631
+ retention-days : 5
632
+ path : |
633
+ curl-*-universal-*/bin/curl
634
+ urls.txt
635
+
499
636
win-llvm :
500
637
runs-on : ubuntu-latest
501
638
steps :
@@ -530,6 +667,14 @@ jobs:
530
667
*-*-mingw*.*
531
668
urls.txt
532
669
670
+ - uses : actions/upload-artifact@v3
671
+ with :
672
+ name : ' curl-windows-llvm-tool'
673
+ retention-days : 5
674
+ path : |
675
+ curl-*-*-*/bin/curl.exe
676
+ urls.txt
677
+
533
678
win-gcc :
534
679
runs-on : ubuntu-latest
535
680
steps :
@@ -563,3 +708,11 @@ jobs:
563
708
path : |
564
709
*-*-mingw*.*
565
710
urls.txt
711
+
712
+ - uses : actions/upload-artifact@v3
713
+ with :
714
+ name : ' curl-windows-gcc-noarm64-tool'
715
+ retention-days : 5
716
+ path : |
717
+ curl-*-*-*/bin/curl.exe
718
+ urls.txt
0 commit comments