[前][次][番号順一覧][スレッド一覧]

ruby-changes:56908

From: Nobuyoshi <ko1@a...>
Date: Sat, 10 Aug 2019 16:59:55 +0900 (JST)
Subject: [ruby-changes:56908] Nobuyoshi Nakada: 5e3fb0b357 (master): Touch the checked out source to fix clock skew on all platform

https://git.ruby-lang.org/ruby.git/commit/?id=5e3fb0b357

From 5e3fb0b3572d64a82ed86af15d4adca50d71fd6b Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 10 Aug 2019 16:33:32 +0900
Subject: Touch the checked out source to fix clock skew on all platform


diff --git a/.travis.yml b/.travis.yml
index 9de3fe7..f9b7d08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,8 @@ cache: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L32
 
 env:
   global:
+    # Reset timestamps early, before updating Homebrew etc.
+    - _=$(touch NEWS && find . -type f -exec touch -r NEWS {} +)
     - CONFIGURE_TTY=no
     - CCACHE_COMPILERCHECK=none
     - CCACHE_NOCOMPRESS=1
@@ -362,8 +364,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L364
       - TEST_ALL_OPTS="-v --timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
       # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
       - JOBS=
-      # Reset timestamps early, before updating Homebrew etc.
-      - _=$(touch NEWS && find . -type f -exec touch -r NEWS {} +)
 
   - &dependency
     name: Check dependencies in makefiles
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]