Skip to content

Commit

Permalink
build-unit-test-docker: workaround boost and clang-16 issues
Browse files Browse the repository at this point in the history
Add a patch to work around the issue discussed in boostorg/beast#2648
and observed in bmcweb testing.  This patch is only necessary in our
Docker container, and not Yocto, because we only compile with clang
or clang-tidy in the Docker environment.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9e68c74fd8ee1421bf9e49f9f6ce497c8b05a436
  • Loading branch information
williamspatrick committed May 12, 2023
1 parent 64b6f9d commit 876ea1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/build-unit-test-docker
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ packages = {
build_type="custom",
build_steps=[
(
"./bootstrap.sh"
"wget"
" https://github.com/williamspatrick/beast/commit/98f8b1fbd059a35754c2c7b2841769cf8d021272.patch"
" && patch -p2 <"
" 98f8b1fbd059a35754c2c7b2841769cf8d021272.patch &&"
" ./bootstrap.sh"
f" --prefix={prefix} --with-libraries=context,coroutine"
),
"./b2",
Expand Down

0 comments on commit 876ea1e

Please sign in to comment.