1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip make update-unicode for BASERUBY CI

Unfortunately it often fails depending on the status of www.unicode.org.

https://github.com/mame/ruby/runs/2761346164?check_suite_focus=true
```
./tool/downloader.rb:248:in `rescue in download': failed to download 12.1.0/ucd/UnicodeData.txt (RuntimeError)
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed: https://www.unicode.org/Public/12.1.0/ucd/UnicodeData.txt
```
This commit is contained in:
Yusuke Endoh 2021-06-07 16:22:18 +09:00
parent a9d7617201
commit bc126d91fe

View file

@ -26,7 +26,6 @@ jobs:
- run: sudo apt-get install build-essential autoconf bison
- run: ./autogen.sh
- run: ./configure --disable-install-doc
- run: $make update-unicode
- run: $make common-srcs
- run: $make incs
- run: $make all