aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-06-07 16:22:18 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-06-07 16:22:18 +0900
commitbc126d91fee738393f712171c49f421c2cc1c6db (patch)
tree6fc7a8d005ddde17c4e2224d6a1e8270d320c4c2
parenta9d761720134c76cbc68baefddf663292ebf591f (diff)
downloadruby-bc126d91fee738393f712171c49f421c2cc1c6db.tar.gz
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 ```
-rw-r--r--.github/workflows/baseruby.yml1
1 files changed, 0 insertions, 1 deletions
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