ruby-changes:56626
From: Nobuyoshi <ko1@a...>
Date: Tue, 23 Jul 2019 17:41:24 +0900 (JST)
Subject: [ruby-changes:56626] Nobuyoshi Nakada: 0338c44bde (master): Retry to update Unicode timestamp
https://git.ruby-lang.org/ruby.git/commit/?id=0338c44bde From 0338c44bde4fe55f0507a82fe470dce2ac70127a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 23 Jul 2019 17:39:03 +0900 Subject: Retry to update Unicode timestamp diff --git a/.travis.yml b/.travis.yml index 8e8f275..7107465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -420,8 +420,12 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L420 - "> config.status" - "> .rbconfig.time" - sed -f tool/prereq.status template/Makefile.in common.mk > Makefile - - date; make touch-unicode-files - - date; make --debug -s $JOBS $UPDATE_UNICODE up + - |- + for i in 1 2 3; do + date; make touch-unicode-files || break + ls -l tool/generic_erb.rb template/unicode_norm_gen.tmpl enc/unicode/data/*/ucd/.unicode-tables.time + date; make -s $JOBS $UPDATE_UNICODE up && break + done - date; make -s $JOBS srcs - rm -f config.status Makefile rbconfig.rb .rbconfig.time - |- diff --git a/common.mk b/common.mk index f795df8..0d6da60 100644 --- a/common.mk +++ b/common.mk @@ -1399,7 +1399,7 @@ $(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: $(srcdir)/tool/generic_erb.rb \ https://github.com/ruby/ruby/blob/trunk/common.mk#L1399 $(Q) $(MAKE) $(@D) $(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb \ -c $(UNICODE_TABLES_TIMESTAMP:yes=-t$@) \ - -o $(srcdir)/lib/unicode_normalize/tables.rb \ + -o $(srcdir)/lib/unicode_normalize/tables.rb \ -I $(srcdir) \ $(srcdir)/template/unicode_norm_gen.tmpl \ $(UNICODE_DATA_DIR) lib/unicode_normalize -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/