mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-22 03:30:17 +00:00
rebuild switch
[skip ci]
This commit is contained in:
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@@ -177,7 +177,7 @@ jobs:
|
||||
repo=$(jq --raw-output '.["'${repo_path}'"].name' repo.json)
|
||||
|
||||
if [ -f ./built_${repo}_packages.txt ]; then
|
||||
packages="$packages $(cat ./built_${repo}_packages.txt)"
|
||||
packages="$packages $(cat ./built_${repo}_packages.txt | tr '\n' ' ')"
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
@@ -8,3 +8,4 @@ TERMUX_PKG_SRCURL=https://github.com/apple/swift-corelibs-libdispatch/archive/sw
|
||||
TERMUX_PKG_SHA256=db30ccf6b20963112ab3aad256c2e49a18041a9806cf2f05854fe63a90d688c2
|
||||
TERMUX_PKG_AUTO_UPDATE=false
|
||||
TERMUX_PKG_DEPENDS="libc++, libblocksruntime"
|
||||
|
||||
|
||||
@@ -8,3 +8,4 @@ TERMUX_PKG_SRCURL=https://github.com/apple/swift-llbuild/archive/swift-${TERMUX_
|
||||
TERMUX_PKG_SHA256=cc8dfb098db4b0210ca5466f59d3e5fc55c4eedcd835263e6eae7dd719ba8203
|
||||
TERMUX_PKG_DEPENDS="libc++, libandroid-spawn, libsqlite"
|
||||
TERMUX_PKG_NO_STATICSPLIT=true
|
||||
|
||||
|
||||
@@ -161,3 +161,4 @@ termux_step_make_install() {
|
||||
$TERMUX_PREFIX/lib/swift/android/$SWIFT_ARCH/glibc.modulemap
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user