Freeze version of RapidJSON to build under SL7.

* Change: In bootstrap/socInstaller.py, freeze the version of RapidJSON
    to commmit #b1a4d91 as later ones have problems building their doc
    under SL7.
This commit is contained in:
Jean-Paul Chaput 2021-06-11 11:47:35 +02:00
parent 4e7dbee831
commit ebe8ea64c6
1 changed files with 2 additions and 2 deletions

View File

@ -593,8 +593,8 @@ try:
for gitSupport in gitSupports: for gitSupport in gitSupports:
if conf.rmSource: gitSupport.removeLocalRepo() if conf.rmSource: gitSupport.removeLocalRepo()
gitSupport.clone() gitSupport.clone()
#if gitSupport.url.endswith('rapidjson'): if gitSupport.url.endswith('rapidjson'):
# gitSupport.checkout( 'a1c4f32' ) gitSupport.checkout( 'b1a4d91' )
if conf.doAlliance: if conf.doAlliance:
if conf.rmSource: gitAlliance.removeLocalRepo() if conf.rmSource: gitAlliance.removeLocalRepo()