Skip to content

Commit

Permalink
Check if SQLite dependency was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Nov 30, 2024
1 parent ff2976c commit f1c09cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ jobs:
cp $ANDROID_NDK_LATEST_HOME/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/$(echo ${{ matrix.arch }} | sed "s/v7//")-linux-android*/libc++_shared.so $SDK/usr/lib
patchelf --set-rpath \$ORIGIN $SDK/usr/lib/swift/android/lib[dFXs]*.so
find build/ -name swift-package -type f | xargs readelf -d
# Remove executables and unused toolchain headers/libraries
pushd $SDK_NAME/usr
Expand Down

0 comments on commit f1c09cd

Please sign in to comment.