swift icon indicating copy to clipboard operation
swift copied to clipboard

[LSan] Disable backtracing for the lsan builds.

Open al45tair opened this issue 1 year ago • 2 comments

We don't need or want it there, and it's causing dependency problems in our CMake build system.

rdar://110420951

al45tair avatar Jun 07 '23 21:06 al45tair

@swift-ci Please test

al45tair avatar Jun 07 '23 21:06 al45tair

Explanation: The LSan builds fail because of a build system issue; Concurrency is disabled but somehow it's still being added as a dependency of Backtracing, which is wrong. This works around the problem by disabling Backtracing for LSan builds. Risk: Low. Original PR: #66436 Reviewed by: @etcwilde Resolves: rdar://110420951 Tests: This fixes a build failure in CI.

al45tair avatar Jun 08 '23 10:06 al45tair