From bc126d91fee738393f712171c49f421c2cc1c6db Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 7 Jun 2021 16:22:18 +0900 Subject: 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 ``` --- .github/workflows/baseruby.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml index 52099b690a..11f71e0cdb 100644 --- a/.github/workflows/baseruby.yml +++ b/.github/workflows/baseruby.yml @@ -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 -- cgit v1.2.3