commit | 7d1b2a1dc4c0eafbd42a4102eca44e292ec0909a | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Wed Nov 03 09:13:57 2021 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Nov 03 21:11:52 2021 +0000 |
tree | bb74ebb5136a5cc58ebdfbb3581b200b11d8b589 | |
parent | 0f3b9b537d957c5daa9185acc1e5ff1b47621b3a [diff] [blame] |
Upgrade nlohmann Current version of nlohmann has some issues with c++20. Upgrade it. Tested: Built bmcweb with https://gerrit.openbmc-project.xyz/c/openbmc/entity-manager/+/47575 and build succeeded. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ia8c42f8901b0e3ef613a0fe66ee92742d1680b6c
diff --git a/scripts/build-unit-test-docker b/scripts/build-unit-test-docker index 3007ce1..ee3c936 100755 --- a/scripts/build-unit-test-docker +++ b/scripts/build-unit-test-docker
@@ -132,7 +132,7 @@ ), # Release 2020-08-06 "nlohmann/json": PackageDef( - rev="v3.9.1", + rev="v3.10.4", build_type="cmake", config_flags=["-DJSON_BuildTests=OFF"], custom_post_install=[