Skip to content

Commit 24a1407

Browse files
Fuzzbawlsfurszy
authored andcommitted
[Gitian] Ignore changes to relic_conf.h.in
Github-Pull: #2541 Rebased-From: 5eb2083
1 parent b400640 commit 24a1407

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ script: |
140140
export PATH=${WRAP_DIR}:${PATH}
141141
142142
# Create the release tarball using (arbitrarily) the first host
143+
git update-index --assume-unchanged src/chiabls/contrib/relic/include/relic_conf.h.in
143144
./autogen.sh
144145
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
145146
make dist

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ script: |
103103
export PATH=${WRAP_DIR}:${PATH}
104104
105105
# Create the release tarball using (arbitrarily) the first host
106+
git update-index --assume-unchanged src/chiabls/contrib/relic/include/relic_conf.h.in
106107
./autogen.sh
107108
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
108109
make dist

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ script: |
110110
export PATH=${WRAP_DIR}:${PATH}
111111
112112
# Create the release tarball using (arbitrarily) the first host
113+
git update-index --assume-unchanged src/chiabls/contrib/relic/include/relic_conf.h.in
113114
./autogen.sh
114115
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
115116
make dist

0 commit comments

Comments
 (0)