Skip to content

Commit

Permalink
Add ZERO_AR_DATE
Browse files Browse the repository at this point in the history
This doesn't help that much, Apple's linker is apparently hopelessly
nondeterministic
  • Loading branch information
cgull committed Nov 13, 2016
1 parent 73b4ab2 commit 417907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 417907c

Please sign in to comment.