Skip to content

Commit a5b2d1c

Browse files
committed
Revert "Use libcompiler-rt and remove hack"
This reverts commit ad6c740.
1 parent fd6ca6d commit a5b2d1c

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Tools/pixi-packages/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ touch configure-done
3737

3838
make -j"${CPU_COUNT}" install
3939
ln -sf "${PREFIX}/bin/python3" "${PREFIX}/bin/python"
40+
41+
# https://github.com/prefix-dev/rattler-build/issues/2012
42+
if [[ ${OSTYPE} == "darwin"* ]]; then
43+
cp "${BUILD_PREFIX}/lib/clang/21/lib/darwin/libclang_rt.asan_osx_dynamic.dylib" "${PREFIX}/lib/"
44+
cp "${BUILD_PREFIX}/lib/clang/21/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib" "${PREFIX}/lib/"
45+
fi

Tools/pixi-packages/default/recipe.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ outputs:
7070
- if: c_compiler == "gcc" and "san" in variant
7171
then:
7272
- libsanitizer
73-
- if: c_compiler == "clang" and "san" in variant
74-
then:
75-
- libcompiler-rt
7673

7774
ignore_run_exports:
7875
from_package:

0 commit comments

Comments
 (0)