build-unit-test-docker: Bump to Boost 1.75
Boost 1.75 is now available in poky, so update it in CI.
This will allow us to use the no-rtti flag in our builds again.
Change-Id: I85c08cf615150cdf1663501068bbccb3df5f2eb0
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh
index 808835a..20ad2da 100755
--- a/build-unit-test-docker.sh
+++ b/build-unit-test-docker.sh
@@ -97,7 +97,7 @@
# A list of package versions we are building
# Start off by listing the stating versions of third-party sources
declare -A PKG_REV=(
- [boost]=1.74.0
+ [boost]=1.75.0
[cereal]=v1.3.0
[catch2]=v2.12.2
[CLI11]=v1.9.0