@@ -179,7 +179,7 @@ jobs:
179
179
- name : Fetch Ruby source
180
180
run : ./internal-scripts/ci-cd/download-artifact.sh
181
181
env :
182
- ARTIFACT_NAME : ruby-src-3.3.2
182
+ ARTIFACT_NAME : ruby-src-3.3.3
183
183
ARTIFACT_PATH : .
184
184
185
185
- name : Download Docker image necessary for building
@@ -224,7 +224,7 @@ jobs:
224
224
VARIANT_PACKAGE_SUFFIX : " "
225
225
PACKAGE_FORMAT : " DEB"
226
226
RUBY_PACKAGE_VERSION_ID : " 3.3"
227
- RUBY_PACKAGE_REVISION : " 2 "
227
+ RUBY_PACKAGE_REVISION : " 3 "
228
228
229
229
- name : Archive package artifact to Google Cloud
230
230
run : ./internal-scripts/ci-cd/upload-artifact.sh
@@ -271,7 +271,7 @@ jobs:
271
271
- name : Fetch Ruby source
272
272
run : ./internal-scripts/ci-cd/download-artifact.sh
273
273
env :
274
- ARTIFACT_NAME : ruby-src-3.3.2
274
+ ARTIFACT_NAME : ruby-src-3.3.3
275
275
ARTIFACT_PATH : .
276
276
277
277
- name : Download Docker image necessary for building
@@ -321,7 +321,7 @@ jobs:
321
321
VARIANT_PACKAGE_SUFFIX : " -jemalloc"
322
322
PACKAGE_FORMAT : " DEB"
323
323
RUBY_PACKAGE_VERSION_ID : " 3.3"
324
- RUBY_PACKAGE_REVISION : " 2 "
324
+ RUBY_PACKAGE_REVISION : " 3 "
325
325
326
326
- name : Archive package artifact to Google Cloud
327
327
run : ./internal-scripts/ci-cd/upload-artifact.sh
@@ -362,7 +362,7 @@ jobs:
362
362
- name : Fetch Ruby source
363
363
run : ./internal-scripts/ci-cd/download-artifact.sh
364
364
env :
365
- ARTIFACT_NAME : ruby-src-3.3.2
365
+ ARTIFACT_NAME : ruby-src-3.3.3
366
366
ARTIFACT_PATH : .
367
367
368
368
- name : Download Docker image necessary for building
@@ -407,7 +407,7 @@ jobs:
407
407
VARIANT_PACKAGE_SUFFIX : " -malloctrim"
408
408
PACKAGE_FORMAT : " DEB"
409
409
RUBY_PACKAGE_VERSION_ID : " 3.3"
410
- RUBY_PACKAGE_REVISION : " 2 "
410
+ RUBY_PACKAGE_REVISION : " 3 "
411
411
412
412
- name : Archive package artifact to Google Cloud
413
413
run : ./internal-scripts/ci-cd/upload-artifact.sh
@@ -684,8 +684,8 @@ jobs:
684
684
ARTIFACT_NAME : " ruby-pkg_3.2_debian-12_malloctrim"
685
685
ARTIFACT_PATH : output-malloctrim
686
686
687
- build_ruby_debian_12-3_3_2 -normal :
688
- name : ' Build Ruby [debian-12/3.3.2 /normal]'
687
+ build_ruby_debian_12-3_3_3 -normal :
688
+ name : ' Build Ruby [debian-12/3.3.3 /normal]'
689
689
runs-on : ubuntu-22.04
690
690
timeout-minutes : 30
691
691
permissions :
@@ -695,7 +695,7 @@ jobs:
695
695
696
696
# Run even if a dependent job has been skipped
697
697
if : |
698
- contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.2 /normal];')
698
+ contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.3 /normal];')
699
699
&& !failure() && !cancelled()
700
700
steps :
701
701
@@ -717,7 +717,7 @@ jobs:
717
717
- name : Fetch Ruby source
718
718
run : ./internal-scripts/ci-cd/download-artifact.sh
719
719
env :
720
- ARTIFACT_NAME : ruby-src-3.3.2
720
+ ARTIFACT_NAME : ruby-src-3.3.3
721
721
ARTIFACT_PATH : .
722
722
723
723
- name : Download Docker image necessary for building
@@ -751,7 +751,7 @@ jobs:
751
751
env :
752
752
ENVIRONMENT_NAME : " debian-12"
753
753
VARIANT_NAME : " normal"
754
- RUBY_PACKAGE_VERSION_ID : " 3.3.2 "
754
+ RUBY_PACKAGE_VERSION_ID : " 3.3.3 "
755
755
CACHE_KEY_PREFIX : " sccache/debian-12"
756
756
757
757
- name : Build package
@@ -761,17 +761,17 @@ jobs:
761
761
VARIANT_NAME : " normal"
762
762
VARIANT_PACKAGE_SUFFIX : " "
763
763
PACKAGE_FORMAT : " DEB"
764
- RUBY_PACKAGE_VERSION_ID : " 3.3.2 "
764
+ RUBY_PACKAGE_VERSION_ID : " 3.3.3 "
765
765
RUBY_PACKAGE_REVISION : " 0"
766
766
767
767
- name : Archive package artifact to Google Cloud
768
768
run : ./internal-scripts/ci-cd/upload-artifact.sh
769
769
env :
770
- ARTIFACT_NAME : " ruby-pkg_3.3.2_debian -12_normal"
770
+ ARTIFACT_NAME : " ruby-pkg_3.3.3_debian -12_normal"
771
771
ARTIFACT_PATH : output-normal
772
772
773
- build_ruby_debian_12-3_3_2 -jemalloc :
774
- name : ' Build Ruby [debian-12/3.3.2 /jemalloc]'
773
+ build_ruby_debian_12-3_3_3 -jemalloc :
774
+ name : ' Build Ruby [debian-12/3.3.3 /jemalloc]'
775
775
runs-on : ubuntu-22.04
776
776
timeout-minutes : 30
777
777
permissions :
@@ -782,7 +782,7 @@ jobs:
782
782
- build_jemalloc_debian_12
783
783
# Run even if a dependent job has been skipped
784
784
if : |
785
- contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.2 /jemalloc];')
785
+ contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.3 /jemalloc];')
786
786
&& !failure() && !cancelled()
787
787
steps :
788
788
@@ -809,7 +809,7 @@ jobs:
809
809
- name : Fetch Ruby source
810
810
run : ./internal-scripts/ci-cd/download-artifact.sh
811
811
env :
812
- ARTIFACT_NAME : ruby-src-3.3.2
812
+ ARTIFACT_NAME : ruby-src-3.3.3
813
813
ARTIFACT_PATH : .
814
814
815
815
- name : Download Docker image necessary for building
@@ -848,7 +848,7 @@ jobs:
848
848
env :
849
849
ENVIRONMENT_NAME : " debian-12"
850
850
VARIANT_NAME : " jemalloc"
851
- RUBY_PACKAGE_VERSION_ID : " 3.3.2 "
851
+ RUBY_PACKAGE_VERSION_ID : " 3.3.3 "
852
852
CACHE_KEY_PREFIX : " sccache/debian-12"
853
853
854
854
- name : Build package
@@ -858,17 +858,17 @@ jobs:
858
858
VARIANT_NAME : " jemalloc"
859
859
VARIANT_PACKAGE_SUFFIX : " -jemalloc"
860
860
PACKAGE_FORMAT : " DEB"
861
- RUBY_PACKAGE_VERSION_ID : " 3.3.2 "
861
+ RUBY_PACKAGE_VERSION_ID : " 3.3.3 "
862
862
RUBY_PACKAGE_REVISION : " 0"
863
863
864
864
- name : Archive package artifact to Google Cloud
865
865
run : ./internal-scripts/ci-cd/upload-artifact.sh
866
866
env :
867
- ARTIFACT_NAME : " ruby-pkg_3.3.2_debian -12_jemalloc"
867
+ ARTIFACT_NAME : " ruby-pkg_3.3.3_debian -12_jemalloc"
868
868
ARTIFACT_PATH : output-jemalloc
869
869
870
- build_ruby_debian_12-3_3_2 -malloctrim :
871
- name : ' Build Ruby [debian-12/3.3.2 /malloctrim]'
870
+ build_ruby_debian_12-3_3_3 -malloctrim :
871
+ name : ' Build Ruby [debian-12/3.3.3 /malloctrim]'
872
872
runs-on : ubuntu-22.04
873
873
timeout-minutes : 30
874
874
permissions :
@@ -878,7 +878,7 @@ jobs:
878
878
879
879
# Run even if a dependent job has been skipped
880
880
if : |
881
- contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.2 /malloctrim];')
881
+ contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.3 /malloctrim];')
882
882
&& !failure() && !cancelled()
883
883
steps :
884
884
@@ -900,7 +900,7 @@ jobs:
900
900
- name : Fetch Ruby source
901
901
run : ./internal-scripts/ci-cd/download-artifact.sh
902
902
env :
903
- ARTIFACT_NAME : ruby-src-3.3.2
903
+ ARTIFACT_NAME : ruby-src-3.3.3
904
904
ARTIFACT_PATH : .
905
905
906
906
- name : Download Docker image necessary for building
@@ -934,7 +934,7 @@ jobs:
934
934
env :
935
935
ENVIRONMENT_NAME : " debian-12"
936
936
VARIANT_NAME : " malloctrim"
937
- RUBY_PACKAGE_VERSION_ID : " 3.3.2 "
937
+ RUBY_PACKAGE_VERSION_ID : " 3.3.3 "
938
938
CACHE_KEY_PREFIX : " sccache/debian-12"
939
939
940
940
- name : Build package
@@ -944,13 +944,13 @@ jobs:
944
944
VARIANT_NAME : " malloctrim"
945
945
VARIANT_PACKAGE_SUFFIX : " -malloctrim"
946
946
PACKAGE_FORMAT : " DEB"
947
- RUBY_PACKAGE_VERSION_ID : " 3.3.2 "
947
+ RUBY_PACKAGE_VERSION_ID : " 3.3.3 "
948
948
RUBY_PACKAGE_REVISION : " 0"
949
949
950
950
- name : Archive package artifact to Google Cloud
951
951
run : ./internal-scripts/ci-cd/upload-artifact.sh
952
952
env :
953
- ARTIFACT_NAME : " ruby-pkg_3.3.2_debian -12_malloctrim"
953
+ ARTIFACT_NAME : " ruby-pkg_3.3.3_debian -12_malloctrim"
954
954
ARTIFACT_PATH : output-malloctrim
955
955
956
956
build_ruby_debian_12-3_2_4-normal :
@@ -1243,9 +1243,9 @@ jobs:
1243
1243
- build_ruby_debian_12-3_2-jemalloc
1244
1244
- build_ruby_debian_12-3_2-malloctrim
1245
1245
1246
- - build_ruby_debian_12-3_3_2 -normal
1247
- - build_ruby_debian_12-3_3_2 -jemalloc
1248
- - build_ruby_debian_12-3_3_2 -malloctrim
1246
+ - build_ruby_debian_12-3_3_3 -normal
1247
+ - build_ruby_debian_12-3_3_3 -jemalloc
1248
+ - build_ruby_debian_12-3_3_3 -malloctrim
1249
1249
1250
1250
- build_ruby_debian_12-3_2_4-normal
1251
1251
- build_ruby_debian_12-3_2_4-jemalloc
@@ -1282,7 +1282,7 @@ jobs:
1282
1282
- name : Download Ruby package artifacts from Google Cloud
1283
1283
run : ./internal-scripts/ci-cd/download-artifacts.sh
1284
1284
env :
1285
- ARTIFACT_NAMES : ' ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.2_debian -12_normal ruby-pkg_3.3.2_debian -12_jemalloc ruby-pkg_3.3.2_debian -12_malloctrim ruby-pkg_3.2.4_debian-12_normal ruby-pkg_3.2.4_debian-12_jemalloc ruby-pkg_3.2.4_debian-12_malloctrim'
1285
+ ARTIFACT_NAMES : ' ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.3_debian -12_normal ruby-pkg_3.3.3_debian -12_jemalloc ruby-pkg_3.3.3_debian -12_malloctrim ruby-pkg_3.2.4_debian-12_normal ruby-pkg_3.2.4_debian-12_jemalloc ruby-pkg_3.2.4_debian-12_malloctrim'
1286
1286
ARTIFACT_PATH : artifacts
1287
1287
CLEAR : true
1288
1288
- name : Archive Ruby package artifact [ruby-pkg_3.3_debian-12_normal] to Github
@@ -1315,21 +1315,21 @@ jobs:
1315
1315
with :
1316
1316
name : ruby-pkg_3.2_debian-12_malloctrim
1317
1317
path : artifacts/ruby-pkg_3.2_debian-12_malloctrim
1318
- - name : Archive Ruby package artifact [ruby-pkg_3.3.2_debian -12_normal] to Github
1318
+ - name : Archive Ruby package artifact [ruby-pkg_3.3.3_debian -12_normal] to Github
1319
1319
uses : actions/upload-artifact@v3
1320
1320
with :
1321
- name : ruby-pkg_3.3.2_debian -12_normal
1322
- path : artifacts/ruby-pkg_3.3.2_debian -12_normal
1323
- - name : Archive Ruby package artifact [ruby-pkg_3.3.2_debian -12_jemalloc] to Github
1321
+ name : ruby-pkg_3.3.3_debian -12_normal
1322
+ path : artifacts/ruby-pkg_3.3.3_debian -12_normal
1323
+ - name : Archive Ruby package artifact [ruby-pkg_3.3.3_debian -12_jemalloc] to Github
1324
1324
uses : actions/upload-artifact@v3
1325
1325
with :
1326
- name : ruby-pkg_3.3.2_debian -12_jemalloc
1327
- path : artifacts/ruby-pkg_3.3.2_debian -12_jemalloc
1328
- - name : Archive Ruby package artifact [ruby-pkg_3.3.2_debian -12_malloctrim] to Github
1326
+ name : ruby-pkg_3.3.3_debian -12_jemalloc
1327
+ path : artifacts/ruby-pkg_3.3.3_debian -12_jemalloc
1328
+ - name : Archive Ruby package artifact [ruby-pkg_3.3.3_debian -12_malloctrim] to Github
1329
1329
uses : actions/upload-artifact@v3
1330
1330
with :
1331
- name : ruby-pkg_3.3.2_debian -12_malloctrim
1332
- path : artifacts/ruby-pkg_3.3.2_debian -12_malloctrim
1331
+ name : ruby-pkg_3.3.3_debian -12_malloctrim
1332
+ path : artifacts/ruby-pkg_3.3.3_debian -12_malloctrim
1333
1333
- name : Archive Ruby package artifact [ruby-pkg_3.2.4_debian-12_normal] to Github
1334
1334
uses : actions/upload-artifact@v3
1335
1335
with :
@@ -1382,15 +1382,15 @@ jobs:
1382
1382
|| (needs.build_ruby_debian_12-3_2-malloctrim.result != 'success'
1383
1383
&& (needs.build_ruby_debian_12-3_2-malloctrim.result != 'skipped'
1384
1384
|| contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.2/malloctrim];')))
1385
- || (needs.build_ruby_debian_12-3_3_2 -normal.result != 'success'
1386
- && (needs.build_ruby_debian_12-3_3_2 -normal.result != 'skipped'
1387
- || contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.2 /normal];')))
1388
- || (needs.build_ruby_debian_12-3_3_2 -jemalloc.result != 'success'
1389
- && (needs.build_ruby_debian_12-3_3_2 -jemalloc.result != 'skipped'
1390
- || contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.2 /jemalloc];')))
1391
- || (needs.build_ruby_debian_12-3_3_2 -malloctrim.result != 'success'
1392
- && (needs.build_ruby_debian_12-3_3_2 -malloctrim.result != 'skipped'
1393
- || contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.2 /malloctrim];')))
1385
+ || (needs.build_ruby_debian_12-3_3_3 -normal.result != 'success'
1386
+ && (needs.build_ruby_debian_12-3_3_3 -normal.result != 'skipped'
1387
+ || contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.3 /normal];')))
1388
+ || (needs.build_ruby_debian_12-3_3_3 -jemalloc.result != 'success'
1389
+ && (needs.build_ruby_debian_12-3_3_3 -jemalloc.result != 'skipped'
1390
+ || contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.3 /jemalloc];')))
1391
+ || (needs.build_ruby_debian_12-3_3_3 -malloctrim.result != 'success'
1392
+ && (needs.build_ruby_debian_12-3_3_3 -malloctrim.result != 'skipped'
1393
+ || contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.3.3 /malloctrim];')))
1394
1394
|| (needs.build_ruby_debian_12-3_2_4-normal.result != 'success'
1395
1395
&& (needs.build_ruby_debian_12-3_2_4-normal.result != 'skipped'
1396
1396
|| contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Build Ruby [debian-12/3.2.4/normal];')))
0 commit comments