Skip to content

Commit 26f8213

Browse files
aws-crt-cpp: fix QA errors for ptest package
1 parent 406de4f commit 26f8213

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipes-sdk/aws-crt-cpp/aws-crt-cpp_0.34.1.bb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ do_install_ptest () {
8686
# nooelint: oelint.vars.insaneskip:INSANE_SKIP - -fsanitize=address does cause this
8787
INSANE_SKIP:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'sanitize', 'buildpaths', '', d)}"
8888

89+
# nooelint: oelint.vars.insaneskip:INSANE_SKIP
90+
INSANE_SKIP:${PN}-ptest += "buildpaths"
91+
8992
PACKAGECONFIG[sanitize] = ",, gcc-sanitizers"
9093
OECMAKE_CXX_FLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'sanitize', '-fsanitize=address,undefined -fno-omit-frame-pointer', '', d)}"
9194

0 commit comments

Comments
 (0)