neovim-gtk icon indicating copy to clipboard operation
neovim-gtk copied to clipboard

Add CI check to attempt building against minimum rust version

Open Lyude opened this issue 2 years ago • 1 comments

It occurred to me that we should probably actually be verifying the minimum rust version in our build file, so let's add something for this to our CI

Lyude avatar Jan 02 '23 18:01 Lyude

We could probably do this most easily by using the official Rust containers. I don't know whether Debian Buster has a new enough pango version. On Ubuntu, I had to build pango from source which is also not complicated.

theHamsta avatar Jan 02 '23 22:01 theHamsta