From 417907c71d53ceb0e6d11ce9ce215400641bdde0 Mon Sep 17 00:00:00 2001 From: John Hood Date: Fri, 4 Nov 2016 03:08:30 -0400 Subject: [PATCH] Add ZERO_AR_DATE This doesn't help that much, Apple's linker is apparently hopelessly nondeterministic --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de3b350a5..983728779 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ script: ( set -e cd macosx - env MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh + env ZERO_AR_DATE=1 MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh shasum -a 256 "${TRAVIS_TAG}.pkg" "${TRAVIS_TAG}-build-report.tbz" ) fi