Skip to content

Commit

Permalink
linux cross clang-rt support 12
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 31, 2023
1 parent f38bca4 commit ddf4af2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
else
dl="${dl} libclang-rt${CW_CCSUFFIX}-dev:arm64"
fi
ln -s ./my-pkg/
fi
fi
# for openssl 'secure-memory' feature
@@ -100,19 +99,11 @@ if [ -n "${dl}" ]; then
apt-get --quiet 2 --option Dpkg::Use-Pty=0 download ${dl}
# https://deb.debian.org/debian/pool/main/l/llvm-toolchain-16/libclang-rt-16-dev_16.0.6-16_arm64.deb -> libclang-rt-16-dev_1%3a16.0.6-16_arm64.deb
# libclang-common-15-dev_1%3a15.0.6-4+b1_amd64.deb
echo '! ping-0'
dpkg-deb --contents ./*.deb
echo '! ping-A'
dpkg-deb --extract --verbose ./*.deb my-pkg
echo '! ping-B'
if [ ! -d 'my-pkg/usr/lib/clang' ]; then
echo '! ping-C'
ln -s -f "llvm${CW_CCSUFFIX}/lib/clang" 'my-pkg/usr/lib/clang'
echo '! ping-D'
fi
echo '! ping-E'
find .
echo '! ping-F'
fi

./_build.sh

0 comments on commit ddf4af2

Please sign in to comment.