Skip to content

Commit

Permalink
otool
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Jan 22, 2025
1 parent d42abf2 commit fa9e023
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_python_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ jobs:
zip -d {wheel} \*.c \*.cpp \*.cc \*.h \*.hpp \*.pyx &&
echo $(unzip -l {wheel} | grep .so$) &&
echo $(unzip -l {wheel} | grep .dylib$) &&
unzip -d extracted_wheel {wheel} &&
pushd extracted_wheel &&
echo ${otool -L ddtrace/internal/datadog/profiling/libdd_wrapper-unknown-arm64.dylib} &&
echo ${otool -L ddtrace/internal/datadog/profiling/ddup/_ddup.cpython-*-darwin.so} &&
popd &&
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS:
choco install -y 7zip &&
Expand Down

0 comments on commit fa9e023

Please sign in to comment.