Skip to content

Commit 417907c

Browse files
committed
Add ZERO_AR_DATE
This doesn't help that much, Apple's linker is apparently hopelessly nondeterministic
1 parent 73b4ab2 commit 417907c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ script:
7878
(
7979
set -e
8080
cd macosx
81-
env MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh
81+
env ZERO_AR_DATE=1 MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh
8282
shasum -a 256 "${TRAVIS_TAG}.pkg" "${TRAVIS_TAG}-build-report.tbz"
8383
)
8484
fi

0 commit comments

Comments
 (0)