Skip to content

Commit

Permalink
Upgrade Ruby to 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 committed Jan 16, 2025
1 parent 489414b commit 364ed9a
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.4.1
ARTIFACT_PATH: output
CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }}
download_ruby_source_3_3_6:
name: Download Ruby source [3.3.6]
download_ruby_source_3_3_7:
name: Download Ruby source [3.3.7]
runs-on: ubuntu-24.04
permissions:
id-token: write
environment: test
if: contains(inputs.necessary_jobs, ';Download Ruby source 3.3.6;')
if: contains(inputs.necessary_jobs, ';Download Ruby source 3.3.7;')
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.3.6
RUBY_VERSION: 3.3.7

- name: Archive artifact
run: ./internal-scripts/ci-cd/upload-artifact.sh
env:
ARTIFACT_NAME: ruby-src-3.3.6
ARTIFACT_NAME: ruby-src-3.3.7
ARTIFACT_PATH: output
CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }}
download_ruby_source_3_2_6:
Expand Down Expand Up @@ -1008,7 +1008,7 @@ jobs:
- build_docker_image_ubuntu_24_04
- build_docker_image_utility
- download_ruby_source_3_4_1
- download_ruby_source_3_3_6
- download_ruby_source_3_3_7
- download_ruby_source_3_2_6
- download_ruby_source_3_1_6
- build_common_deb
Expand Down Expand Up @@ -1211,17 +1211,17 @@ jobs:
name: ruby-src-3.4.1
path: artifacts
compression-level: 0
- name: Download Ruby source artifact [3.3.6] from Google Cloud
- name: Download Ruby source artifact [3.3.7] from Google Cloud
run: ./internal-scripts/ci-cd/download-artifact.sh
env:
ARTIFACT_NAME: ruby-src-3.3.6
ARTIFACT_NAME: ruby-src-3.3.7
ARTIFACT_PATH: artifacts
CLEAR: true
CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }}
- name: Archive Ruby source artifact [3.3.6] to Github
- name: Archive Ruby source artifact [3.3.7] to Github
uses: actions/upload-artifact@v4
with:
name: ruby-src-3.3.6
name: ruby-src-3.3.7
path: artifacts
compression-level: 0
- name: Download Ruby source artifact [3.2.6] from Google Cloud
Expand Down Expand Up @@ -1363,9 +1363,9 @@ jobs:
|| (needs.download_ruby_source_3_4_1.result != 'success'
&& (needs.download_ruby_source_3_4_1.result != 'skipped'
|| contains(inputs.necessary_jobs, ';Download Ruby source 3.4.1;')))
|| (needs.download_ruby_source_3_3_6.result != 'success'
&& (needs.download_ruby_source_3_3_6.result != 'skipped'
|| contains(inputs.necessary_jobs, ';Download Ruby source 3.3.6;')))
|| (needs.download_ruby_source_3_3_7.result != 'success'
&& (needs.download_ruby_source_3_3_7.result != 'skipped'
|| contains(inputs.necessary_jobs, ';Download Ruby source 3.3.7;')))
|| (needs.download_ruby_source_3_2_6.result != 'success'
&& (needs.download_ruby_source_3_2_6.result != 'skipped'
|| contains(inputs.necessary_jobs, ';Download Ruby source 3.2.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.4.1'
package_revision: '0'
- minor_version: '3.3'
full_version: '3.3.6'
package_revision: '6'
full_version: '3.3.7'
package_revision: '7'
- minor_version: '3.2'
full_version: '3.2.6'
package_revision: '9'
Expand All @@ -29,7 +29,7 @@ ruby:
tiny_version_packages:
- full_version: '3.4.1'
package_revision: '0'
- full_version: '3.3.6'
- full_version: '3.3.7'
package_revision: '0'
- full_version: '3.2.6'
package_revision: '0'
Expand Down

0 comments on commit 364ed9a

Please sign in to comment.