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

Remove bundled libyaml #541

Merged
merged 17 commits into from
Mar 23, 2022
Merged

Remove bundled libyaml #541

merged 17 commits into from
Mar 23, 2022

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Feb 4, 2022

Fixes #535

- name: Run test
run: rake
k
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
k

Typo?

Copy link
Member Author

Choose a reason for hiding this comment

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

oops.

@colszowka
Copy link

I only now realized there is already a PR for this on top of the original #535 - I would like to suggest not to merge this because there is a bug in the libyaml packaged in the currently used Ubuntu/Debian versions, and if I understand correctly merging this would render the fix (of not installing libyaml-dev) no longer working, see also rbenv/ruby-build#1950 (correct me if I'm wrong, maybe I'm also misunderstanding something about this or how psych and Ruby work together here)

.github/workflows/windows.yml Outdated Show resolved Hide resolved
.github/workflows/windows.yml Outdated Show resolved Hide resolved
@hsbt hsbt merged commit f80872c into master Mar 23, 2022
@hsbt hsbt deleted the remove-bundled-libyaml branch March 23, 2022 07:42
hsbt added a commit to ruby/ruby-ci-image that referenced this pull request Mar 23, 2022
ima1zumi added a commit to ima1zumi/rubyhackchallenge that referenced this pull request Aug 14, 2022
libyaml-dev is no longer bundled.
ref: ruby/psych#541
ima1zumi added a commit to ima1zumi/rubyhackchallenge that referenced this pull request Aug 14, 2022
libyaml-dev is no longer bundled.
ref: ruby/psych#541
mame pushed a commit to ko1/rubyhackchallenge that referenced this pull request Aug 14, 2022
libyaml-dev is no longer bundled.
ref: ruby/psych#541
dentarg added a commit to dentarg/sinatra that referenced this pull request Dec 12, 2022
Needed to be able to install psych >=5.
Need to do it before setup-ruby runs as that runs `bundle install`.

Related to:
- ruby/psych#541
- ruby/setup-ruby#409
- actions/runner-images#6725

Yes, libyaml-dev will be added to GitHub runner images (this week they
say) but opening this PR just in case anyone encounters failing builds.
I don't think it hurts having this in the repo even after libyaml-dev
have been added to the images.

Added some blank lines to make the workflow easier to read.
jkowens pushed a commit to sinatra/sinatra that referenced this pull request Dec 15, 2022
Needed to be able to install psych >=5.
Need to do it before setup-ruby runs as that runs `bundle install`.

Related to:
- ruby/psych#541
- ruby/setup-ruby#409
- actions/runner-images#6725

Yes, libyaml-dev will be added to GitHub runner images (this week they
say) but opening this PR just in case anyone encounters failing builds.
I don't think it hurts having this in the repo even after libyaml-dev
have been added to the images.

Added some blank lines to make the workflow easier to read.
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.

Should we unbundle libyaml?
4 participants