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

Touch the checked out source to fix clock skew on all platform

This commit is contained in:
Nobuyoshi Nakada 2019-08-10 16:33:32 +09:00
parent c5fbe2a19f
commit 5e3fb0b357
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -32,6 +32,8 @@ cache:
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:
- 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