]> Git Repo - VerusCoin.git/commitdiff
[gitian] Don't call "make check-symbols"
authorJack Grigg <[email protected]>
Sat, 15 Oct 2016 20:55:28 +0000 (15:55 -0500)
committerJack Grigg <[email protected]>
Sat, 15 Oct 2016 20:55:28 +0000 (15:55 -0500)
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.

contrib/gitian-descriptors/gitian-linux.yml

index 9a958126c239a8d49e8f34afb91a3322ef700b8e..fbaf4c89a8ccc2d2d3dd8ff0519f72d64c469365 100644 (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
This page took 0.021858 seconds and 4 git commands to generate.