mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
ci: don't re-use config.cache when running configure script
This commit is contained in:
parent
78a9f1e55b
commit
00b3dd6690
@ -45,11 +45,11 @@ rm -rf build-ci
|
||||
mkdir build-ci
|
||||
cd build-ci
|
||||
|
||||
../configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
|
||||
../configure $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
|
||||
make distdir VERSION=$BUILD_TARGET
|
||||
|
||||
cd dashcore-$BUILD_TARGET
|
||||
./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
|
||||
./configure $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
|
||||
|
||||
make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user