Skip to content

Commit

Permalink
Upgrade Ruby to 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Erkin committed Aug 9, 2024
1 parent a1d3a1f commit ae6f545
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-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,13 +546,13 @@ jobs:
ARTIFACT_NAME: ruby-src-3.3.4
ARTIFACT_PATH: output
CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }}
download_ruby_source_3_2_4:
name: Download Ruby source [3.2.4]
download_ruby_source_3_2_5:
name: Download Ruby source [3.2.5]
runs-on: ubuntu-24.04
permissions:
id-token: write
environment: test
if: contains(inputs.necessary_jobs, ';Download Ruby source 3.2.4;')
if: contains(inputs.necessary_jobs, ';Download Ruby source 3.2.5;')
steps:
- uses: actions/checkout@v4
- uses: azure/login@v2
Expand All @@ -572,12 +572,12 @@ jobs:
- name: Download
run: ./internal-scripts/ci-cd/download-ruby-sources/download.sh
env:
RUBY_VERSION: 3.2.4
RUBY_VERSION: 3.2.5

- name: Archive artifact
run: ./internal-scripts/ci-cd/upload-artifact.sh
env:
ARTIFACT_NAME: ruby-src-3.2.4
ARTIFACT_NAME: ruby-src-3.2.5
ARTIFACT_PATH: output
CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }}
download_ruby_source_3_1_6:
Expand Down Expand Up @@ -1008,7 +1008,7 @@ jobs:
- build_docker_image_ubuntu_24_04
- build_docker_image_utility
- download_ruby_source_3_3_4
- download_ruby_source_3_2_4
- download_ruby_source_3_2_5
- download_ruby_source_3_1_6
- download_ruby_source_3_0_7
- build_common_deb
Expand Down Expand Up @@ -1211,17 +1211,17 @@ jobs:
name: ruby-src-3.3.4
path: artifacts
compression-level: 0
- name: Download Ruby source artifact [3.2.4] from Google Cloud
- name: Download Ruby source artifact [3.2.5] from Google Cloud
run: ./internal-scripts/ci-cd/download-artifact.sh
env:
ARTIFACT_NAME: ruby-src-3.2.4
ARTIFACT_NAME: ruby-src-3.2.5
ARTIFACT_PATH: artifacts
CLEAR: true
CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }}
- name: Archive Ruby source artifact [3.2.4] to Github
- name: Archive Ruby source artifact [3.2.5] to Github
uses: actions/upload-artifact@v4
with:
name: ruby-src-3.2.4
name: ruby-src-3.2.5
path: artifacts
compression-level: 0
- name: Download Ruby source artifact [3.1.6] from Google Cloud
Expand Down Expand Up @@ -1363,9 +1363,9 @@ jobs:
|| (needs.download_ruby_source_3_3_4.result != 'success'
&& (needs.download_ruby_source_3_3_4.result != 'skipped'
|| contains(inputs.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(inputs.necessary_jobs, ';Download Ruby source 3.2.4;')))
|| (needs.download_ruby_source_3_2_5.result != 'success'
&& (needs.download_ruby_source_3_2_5.result != 'skipped'
|| contains(inputs.necessary_jobs, ';Download Ruby source 3.2.5;')))
|| (needs.download_ruby_source_3_1_6.result != 'success'
&& (needs.download_ruby_source_3_1_6.result != 'skipped'
|| contains(inputs.necessary_jobs, ';Download Ruby source 3.1.6;')))
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 @@ -15,8 +15,8 @@ ruby:
full_version: '3.3.4'
package_revision: '4'
- minor_version: '3.2'
full_version: '3.2.4'
package_revision: '7'
full_version: '3.2.5'
package_revision: '8'
- minor_version: '3.1'
full_version: '3.1.6'
package_revision: '15'
Expand All @@ -29,7 +29,7 @@ ruby:
tiny_version_packages:
- full_version: '3.3.4'
package_revision: '0'
- full_version: '3.2.4'
- full_version: '3.2.5'
package_revision: '0'
- full_version: '3.1.6'
package_revision: '0'
Expand Down

0 comments on commit ae6f545

Please sign in to comment.