diff options
author | Howard Chu <hyc@symas.com> | 2019-06-12 15:16:17 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2019-06-12 16:15:07 +0100 |
commit | 86591ebf64f18107b383462f57034395b1fce94b (patch) | |
tree | 30daa7831820f8d4b52263d99db50df198f026f7 /contrib/gitian | |
parent | Delete redundant cppzmq dependency (diff) | |
download | monero-86591ebf64f18107b383462f57034395b1fce94b.tar.xz |
Use 9 digit build IDs
Diffstat (limited to 'contrib/gitian')
-rw-r--r-- | contrib/gitian/gitian-linux.yml | 1 | ||||
-rw-r--r-- | contrib/gitian/gitian-osx.yml | 1 | ||||
-rw-r--r-- | contrib/gitian/gitian-win.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gitian/gitian-linux.yml b/contrib/gitian/gitian-linux.yml index e851513c4..6e3ad108e 100644 --- a/contrib/gitian/gitian-linux.yml +++ b/contrib/gitian/gitian-linux.yml @@ -129,6 +129,7 @@ script: | chmod +x ${WRAP_DIR}/${prog} done + git config --global core.abbrev 9 cd monero BASEPREFIX=`pwd`/contrib/depends # Build dependencies for each host diff --git a/contrib/gitian/gitian-osx.yml b/contrib/gitian/gitian-osx.yml index 6e162f3f6..1cdb85273 100644 --- a/contrib/gitian/gitian-osx.yml +++ b/contrib/gitian/gitian-osx.yml @@ -77,6 +77,7 @@ script: | create_per-host_faketime_wrappers "2000-01-01 12:00:00" export PATH=${WRAP_DIR}:${PATH} + git config --global core.abbrev 9 cd monero BASEPREFIX=`pwd`/contrib/depends diff --git a/contrib/gitian/gitian-win.yml b/contrib/gitian/gitian-win.yml index 527aa8ed3..d15383905 100644 --- a/contrib/gitian/gitian-win.yml +++ b/contrib/gitian/gitian-win.yml @@ -100,6 +100,7 @@ script: | create_per-host_linker_wrapper "2000-01-01 12:00:00" export PATH=${WRAP_DIR}:${PATH} + git config --global core.abbrev 9 cd monero BASEPREFIX=`pwd`/contrib/depends # Build dependencies for each host |