From 06275d6d2be65d523675459eaefae0833b3bcec4 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 31 Jan 2022 14:04:03 +0500 Subject: [PATCH] Fix Cirrus CI --- .cirrus.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ff8d6f7..958d10f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,8 +15,9 @@ task: ruby_task: dependencies_script: - - pkg install --yes autoconf automake git + - pkg install --yes autoconf automake git wget ruby_cache: + fingerprint_key: ruby-3.0.3 folder: ruby-3.0.3 populate_script: - wget https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.3.tar.gz @@ -26,6 +27,9 @@ ruby_task: - make - cd .. script: + - cd ruby-3.0.3 + - sudo make install + - cd .. - ./autogen.sh - ./configure CFLAGS='-O3 -fPIC' - make