Skip to content

Commit

Permalink
Add Clang SONAME Workaround to GHA ASAN Build
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Mar 7, 2022
1 parent 6d5fbf0 commit 3ba0be2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Expand Up @@ -3070,6 +3070,7 @@ jobs:
--mpc=$GITHUB_WORKSPACE/MPC \
--compiler=clang++-12 \
--sanitize asan \
--macros=SOFLAGS+=-Wl,-h,\$\(SONAME\) \
--ipv6 \
--tests \
--security
Expand Down Expand Up @@ -3145,6 +3146,7 @@ jobs:
--compiler=clang++-12 \
--std=c++11 \
--sanitize asan \
--macros=SOFLAGS+=-Wl,-h,\$\(SONAME\) \
--ipv6 \
--tests \
--security \
Expand Down

0 comments on commit 3ba0be2

Please sign in to comment.