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

Gemfile: Avoid installing rdoc in TruffleRuby. #704

Closed
wants to merge 1 commit into from

Conversation

junaruga
Copy link
Member

@junaruga junaruga commented Nov 25, 2023

This PR is a workaround to avoid the issue #699, by using a GitHub Actions environment variable. The links is here. I feel using the environment variable CI is better than GITHUB_ACTIONS, because I think we don't want to write GitHub Actions specific logic in our code. I think that the unless RUBY_ENGINE == "truffleruby" is better, because user can avoid this issue on TrufeeRuby on their local too.


Avoid installing rdoc in CI as a workaround of the truffleruby-head version 24.0.0-dev issue.

Gemfile Outdated Show resolved Hide resolved
Avoid installing rdoc in TruffleRuby as a workaround of the truffleruby-head
version 24.0.0-dev issue.
@junaruga junaruga changed the title Gemfile: Avoid installing rdoc in CI. Gemfile: Avoid installing rdoc in TruffleRuby. Nov 25, 2023
@junaruga
Copy link
Member Author

junaruga commented Dec 3, 2023

As the #699 was fixed, we don't need this PR any more.

@junaruga junaruga closed this Dec 3, 2023
@junaruga junaruga deleted the wip/gemfile-no-rdoc-in-ci branch December 3, 2023 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant