Skip to content

Commit 5a68299

Browse files
committed
Add ZERO_AR_DATE
This doesn't help that much, Apple's linker is apparently hopelessly nondeterministic
1 parent 661431a commit 5a68299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ addons:
3030
- perl
3131

3232
before_install:
33-
# Get full repo and describe this
33+
# Get full repo for `git describe`
3434
- git fetch --tags --unshallow
3535
# OS X dependencies. The package_deps step takes 15 minutes or so
3636
# and is fairly quiet, so wrap it in travis_wait to keep it from
@@ -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
ln ${TRAVIS_TAG}.pkg mosh.pkg
8383
shasum -a 256 mosh.pkg
8484
)

0 commit comments

Comments
 (0)