Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use the last supported version on each distribution to fix failure #614

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Feb 5, 2024

There are some distribution which can't support the latest version of bundler because the version of ruby is 2.6.

There are some distribution which can't support the latest version
of bundler because the version of ruby is 2.6.

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
@kenhys kenhys marked this pull request as ready for review February 5, 2024 06:35
@kenhys kenhys requested review from ashie and daipom February 5, 2024 08:53
@kenhys
Copy link
Contributor Author

kenhys commented Feb 5, 2024

failure of CI has been fixed now.

@kenhys kenhys changed the title yum: use the last supported version on each distribution ci: use the last supported version on each distribution to fix failure Feb 6, 2024
@ashie ashie merged commit 7e637b3 into fluent:master Feb 7, 2024
22 checks passed
@kenhys kenhys deleted the ci-bundler branch February 7, 2024 06:18
@kenhys
Copy link
Contributor Author

kenhys commented Feb 7, 2024

thanks!

@@ -54,7 +54,7 @@ RUN \
apt clean && \
# raise IPv4 priority
sed -i'' -e 's,#precedence ::ffff:0:0/96 100,precedence ::ffff:0:0/96 100,' /etc/gai.conf && \
# enable multiplatform feature
gem install --no-document --install-dir /usr/share/rubygems-integration/all bundler builder && \
# enable multiplatform feature (bundler 2.4.22 is the latest version which supports ruby 2.6)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Ubuntu focal's ruby is ruby 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants