[gitian] Don't call "make check-symbols"

Currently it does not recognise any of the C++11 symbols. We can re-enable this
when either we update it, or upstream migrates to C++11 and does so.
This commit is contained in:
Jack Grigg 2016-10-15 15:55:28 -05:00
parent e2d16e0a86
commit 7d1c2d0b72
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ script: |
CONFIG_SITE=${BASEPREFIX}/${i}/share/config.site ./configure --prefix=/ --disable-ccache --disable-maintainer-mode --disable-dependency-tracking ${CONFIGFLAGS} CFLAGS="${HOST_CFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" LDFLAGS="${HOST_LDFLAGS}"
make ${MAKEOPTS}
make ${MAKEOPTS} -C src check-security
make ${MAKEOPTS} -C src check-symbols
make install DESTDIR=${INSTALLPATH}
cd installed
find . -name "lib*.la" -delete