Skip to content

Commit

Permalink
Upgrade Ruby to 3.3.4
Browse files Browse the repository at this point in the history
Contributed by rus-max.

Closes #147.
  • Loading branch information
FooBarWidget committed Jul 15, 2024
1 parent 62aeb93 commit af4de40
Show file tree
Hide file tree
Showing 8 changed files with 886 additions and 886 deletions.
194 changes: 97 additions & 97 deletions .github/workflows/ci-cd-build-packages-1.yml

Large diffs are not rendered by default.

194 changes: 97 additions & 97 deletions .github/workflows/ci-cd-build-packages-2.yml

Large diffs are not rendered by default.

194 changes: 97 additions & 97 deletions .github/workflows/ci-cd-build-packages-3.yml

Large diffs are not rendered by default.

194 changes: 97 additions & 97 deletions .github/workflows/ci-cd-build-packages-4.yml

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,12 +449,12 @@ jobs:
### Sources ###


download_ruby_source_3_3_3:
name: Download Ruby source [3.3.3]
download_ruby_source_3_3_4:
name: Download Ruby source [3.3.4]
needs:
- determine_necessary_jobs
runs-on: ubuntu-22.04
if: contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Download Ruby source 3.3.3;')
if: contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Download Ruby source 3.3.4;')
steps:
- uses: actions/checkout@v3
- name: Login to Google Cloud
Expand All @@ -465,12 +465,12 @@ jobs:
- name: Download
run: ./internal-scripts/ci-cd/download-ruby-sources/download.sh
env:
RUBY_VERSION: 3.3.3
RUBY_VERSION: 3.3.4

- name: Archive artifact
run: ./internal-scripts/ci-cd/upload-artifact.sh
env:
ARTIFACT_NAME: ruby-src-3.3.3
ARTIFACT_NAME: ruby-src-3.3.4
ARTIFACT_PATH: output
download_ruby_source_3_2_4:
name: Download Ruby source [3.2.4]
Expand Down Expand Up @@ -841,7 +841,7 @@ jobs:
- build_docker_image_ubuntu_22_04
- build_docker_image_ubuntu_24_04
- build_docker_image_utility
- download_ruby_source_3_3_3
- download_ruby_source_3_3_4
- download_ruby_source_3_2_4
- download_ruby_source_3_1_6
- download_ruby_source_3_0_7
Expand Down Expand Up @@ -1010,16 +1010,16 @@ jobs:
path: artifacts


- name: Download Ruby source artifact [3.3.3] from Google Cloud
- name: Download Ruby source artifact [3.3.4] from Google Cloud
run: ./internal-scripts/ci-cd/download-artifact.sh
env:
ARTIFACT_NAME: ruby-src-3.3.3
ARTIFACT_NAME: ruby-src-3.3.4
ARTIFACT_PATH: artifacts
CLEAR: true
- name: Archive Ruby source artifact [3.3.3] to Github
- name: Archive Ruby source artifact [3.3.4] to Github
uses: actions/upload-artifact@v3
with:
name: ruby-src-3.3.3
name: ruby-src-3.3.4
path: artifacts
- name: Download Ruby source artifact [3.2.4] from Google Cloud
run: ./internal-scripts/ci-cd/download-artifact.sh
Expand Down Expand Up @@ -1163,9 +1163,9 @@ jobs:
run: 'false'
if: |
false
|| (needs.download_ruby_source_3_3_3.result != 'success'
&& (needs.download_ruby_source_3_3_3.result != 'skipped'
|| contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Download Ruby source 3.3.3;')))
|| (needs.download_ruby_source_3_3_4.result != 'success'
&& (needs.download_ruby_source_3_3_4.result != 'skipped'
|| contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Download Ruby source 3.3.4;')))
|| (needs.download_ruby_source_3_2_4.result != 'success'
&& (needs.download_ruby_source_3_2_4.result != 'skipped'
|| contains(needs.determine_necessary_jobs.outputs.necessary_jobs, ';Download Ruby source 3.2.4;')))
Expand Down
482 changes: 241 additions & 241 deletions .github/workflows/ci-cd-publish-test-production.yml

Large diffs are not rendered by default.

482 changes: 241 additions & 241 deletions .github/workflows/ci-cd-publish-test-test.yml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ruby:
## then be sure to bump the corresponding `package_revision`!
minor_version_packages:
- minor_version: '3.3'
full_version: '3.3.3'
package_revision: '3'
full_version: '3.3.4'
package_revision: '4'
- minor_version: '3.2'
full_version: '3.2.4'
package_revision: '7'
Expand All @@ -27,7 +27,7 @@ ruby:
## (Optional)
## Which tiny Ruby version packages to build.
tiny_version_packages:
- full_version: '3.3.3'
- full_version: '3.3.4'
package_revision: '0'
- full_version: '3.2.4'
package_revision: '0'
Expand Down

0 comments on commit af4de40

Please sign in to comment.