mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix GitLab CI
- Update Docker image to Boost 1.70 - Bust dependency cache - Pass `Boost_NO_BOOST_CMAKE` to CMake
This commit is contained in:
committed by
Nik Bougalis
parent
9e117b7b38
commit
20cc5df5fe
@@ -14,6 +14,9 @@ BUILD_TYPE=${BUILD_TYPE:-Debug}
|
||||
# the default by setting `$CMAKE_ARGS` to the empty string.
|
||||
CMAKE_ARGS=${CMAKE_ARGS-'-Dwerr=ON'}
|
||||
|
||||
# https://gitlab.kitware.com/cmake/cmake/issues/18865
|
||||
CMAKE_ARGS="-DBoost_NO_BOOST_CMAKE=ON ${CMAKE_ARGS}"
|
||||
|
||||
if [[ ${COMPILER} == 'gcc' ]]; then
|
||||
export CC='gcc'
|
||||
export CXX='g++'
|
||||
|
||||
Reference in New Issue
Block a user