Fix Cirrus CI

This commit is contained in:
Alex Kotov 2022-01-31 14:04:03 +05:00
parent 9b886239bb
commit 06275d6d2b
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 5 additions and 1 deletions

View File

@ -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