ruby/net-imap

Build broken by missing libyaml-dev

Closed this issue · 1 comments

Psych doesn't vendor libyaml anymore, so the system needs the header files in order to install it.

See also:

I'm hoping it's fixed in runner-images, because the conversation on setup-ruby was reluctant to fix it there. IMO, setup-ruby should come with everything needed to install any standard gem without installing extra OS packages.

But, just to make the build work, we can probably pin to an older version of psych (temporarily).

It's been fixed upstream.