Skip to content

Commit

Permalink
Upgrade Ruby to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Erkin committed Sep 3, 2024
1 parent 65fa674 commit 62da8f7
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 @@ -512,13 +512,13 @@ jobs:
### Sources ###


download_ruby_source_3_3_4:
name: Download Ruby source [3.3.4]
download_ruby_source_3_3_5:
name: Download Ruby source [3.3.5]
runs-on: ubuntu-24.04
permissions:
id-token: write
environment: test
if: contains(inputs.necessary_jobs, ';Download Ruby source 3.3.4;')
if: contains(inputs.necessary_jobs, ';Download Ruby source 3.3.5;')
steps:
- uses: actions/checkout@v4
- uses: azure/login@v2
Expand All @@ -538,12 +538,12 @@ jobs:
- name: Download
run: ./internal-scripts/ci-cd/download-ruby-sources/download.sh
env:
RUBY_VERSION: 3.3.4
RUBY_VERSION: 3.3.5

- name: Archive artifact
run: ./internal-scripts/ci-cd/upload-artifact.sh
env:
ARTIFACT_NAME: ruby-src-3.3.4
ARTIFACT_NAME: ruby-src-3.3.5
ARTIFACT_PATH: output
CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }}
download_ruby_source_3_2_5:
Expand Down Expand Up @@ -1007,7 +1007,7 @@ jobs:
- build_docker_image_ubuntu_22_04
- build_docker_image_ubuntu_24_04
- build_docker_image_utility
- download_ruby_source_3_3_4
- download_ruby_source_3_3_5
- download_ruby_source_3_2_5
- download_ruby_source_3_1_6
- download_ruby_source_3_0_7
Expand Down Expand Up @@ -1198,17 +1198,17 @@ jobs:
path: artifacts


- name: Download Ruby source artifact [3.3.4] from Google Cloud
- name: Download Ruby source artifact [3.3.5] from Google Cloud
run: ./internal-scripts/ci-cd/download-artifact.sh
env:
ARTIFACT_NAME: ruby-src-3.3.4
ARTIFACT_NAME: ruby-src-3.3.5
ARTIFACT_PATH: artifacts
CLEAR: true
CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }}
- name: Archive Ruby source artifact [3.3.4] to Github
- name: Archive Ruby source artifact [3.3.5] to Github
uses: actions/upload-artifact@v4
with:
name: ruby-src-3.3.4
name: ruby-src-3.3.5
path: artifacts
compression-level: 0
- name: Download Ruby source artifact [3.2.5] from Google Cloud
Expand Down Expand Up @@ -1360,9 +1360,9 @@ jobs:
run: 'false'
if: |
false
|| (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_3_5.result != 'success'
&& (needs.download_ruby_source_3_3_5.result != 'skipped'
|| contains(inputs.necessary_jobs, ';Download Ruby source 3.3.5;')))
|| (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;')))
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.4'
package_revision: '4'
full_version: '3.3.5'
package_revision: '5'
- minor_version: '3.2'
full_version: '3.2.5'
package_revision: '8'
Expand All @@ -27,7 +27,7 @@ ruby:
## (Optional)
## Which tiny Ruby version packages to build.
tiny_version_packages:
- full_version: '3.3.4'
- full_version: '3.3.5'
package_revision: '0'
- full_version: '3.2.5'
package_revision: '0'
Expand Down

0 comments on commit 62da8f7

Please sign in to comment.