Do not install Ruby docs on Cirrus CI

This commit is contained in:
Alex Kotov 2022-02-01 06:51:08 +05:00
parent f1d65459e8
commit 9443cbdab5
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ruby_freebsd_task:
- wget https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.3.tar.gz
- tar -xzf ruby-3.0.3.tar.gz
- cd ruby-3.0.3
- ./configure
- ./configure --disable-install-doc
- make
- sudo make install
main_build_script: