To build and run Meilisearch version 1.4.2 on CentOS 7.4, you’ll need to follow these steps:
First, make sure your system is up-to-date and install the necessary dependencies:
sudo yum update
sud yum install -y gcc gcc-c++ make cmake openssl-devel| #!/usr/bin/env ruby | |
| # Copy/pasta from https://gist.github.com/andrewpage/b281314934b9c15b5073 without the custome str methods | |
| # Grab a list of staged changed files | |
| changed_files = `git diff --name-only HEAD`.split("\n") | |
| should_fail, broken_files = false, [] | |
| changed_files.each do |file| |