Skip to content

Commit

Permalink
[Gitian] Ignore changes to relic_conf.h.in
Browse files Browse the repository at this point in the history
Github-Pull: #2541
Rebased-From: 5eb2083
  • Loading branch information
Fuzzbawls authored and furszy committed Sep 19, 2021
1 parent b400640 commit 24a1407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ script: |
export PATH=${WRAP_DIR}:${PATH}
# Create the release tarball using (arbitrarily) the first host
git update-index --assume-unchanged src/chiabls/contrib/relic/include/relic_conf.h.in
./autogen.sh
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
make dist
Expand Down
1 change: 1 addition & 0 deletions contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ script: |
export PATH=${WRAP_DIR}:${PATH}
# Create the release tarball using (arbitrarily) the first host
git update-index --assume-unchanged src/chiabls/contrib/relic/include/relic_conf.h.in
./autogen.sh
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
make dist
Expand Down
1 change: 1 addition & 0 deletions contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ script: |
export PATH=${WRAP_DIR}:${PATH}
# Create the release tarball using (arbitrarily) the first host
git update-index --assume-unchanged src/chiabls/contrib/relic/include/relic_conf.h.in
./autogen.sh
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
make dist
Expand Down

0 comments on commit 24a1407

Please sign in to comment.