1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 01:07:08 +00:00
Commit Graph

80 Commits

Author SHA1 Message Date
Henrik Grimler
7290f8680c
rebuild(main/swift): libuuid is now a subpackage of util-linux 2022-12-28 09:14:17 +01:00
Butta
9f1e2c5165 upgpkg(swift): 5.7.1 to 5.7.2 2022-12-14 17:44:35 +05:30
Butta
0c32c6c796 upgpkg(swift): 5.7 to 5.7.1 2022-11-02 23:10:26 +05:30
Butta
2c5bdfc929 fix(swift): turn off bootstrapping parts of the compiler in Swift for the arm build 2022-09-23 09:59:13 +05:30
Butta
0288ac0ab1 fix(swift): pull in previous LLVM 14 patches for the Swift-forked clang
Also, add patches to fix on-device build.
2022-09-20 08:17:37 +05:30
Butta
809f1921a2 rebuild(swift): use the headers from clang 15 2022-09-19 22:37:44 +05:30
Butta
669b62f293 upgpkg(swift): 5.6.3 to 5.7 2022-09-14 23:28:08 +05:30
Butta
a06a89a012 upgpkg(swift): 5.6.2 to 5.6.3 2022-09-03 02:24:55 +05:30
Butta
6876781ee9 swift: small clang version tweak to get it building with NDK 25
%ci:no-build
2022-08-30 13:35:29 +05:30
Butta
0516072fa2 swift: update patch to build with NDK 23c
%ci:no-build
2022-07-07 13:33:51 +05:30
Butta
68ddc90b42 fix(swift): Add a dependency on the stdlib in the right place in the Swift CMake config
Closes #11110

%ci:no-build
2022-07-03 01:03:40 +05:30
Butta
2056aad712 swift: clear up space on CI for longer aarch64 build, until 5.7 is out in a couple months 2022-06-17 16:39:16 +05:30
Butta
b8bfe98f10 upgpkg(swift): 5.6.1 to 5.6.2
Also, add a termux_setup_swift() bash function and move downloading the prebuilt
Swift toolchain for linux there.
2022-06-16 21:31:13 +05:30
Butta
f7e237f104 swift: use the new LLVM major version symlink instead 2022-04-22 17:49:23 +05:30
Butta
bb345ed241 swift: update from 5.5.3 to 5.6.1 2022-04-15 11:13:42 +05:30
Butta
e1a6c93bea swift: update from 5.5.2 to 5.5.3 2022-02-10 13:01:27 +05:30
Butta
5d98fde4ab swift: fix memory tagging collisions on aarch64 since Android 11 2022-02-08 01:24:14 +05:30
Butta
8843bd573c swift: patch cmark config to get compiler to build 2021-12-14 11:20:20 +05:30
Butta
37af0ab82e swift: update from 5.5.1 to 5.5.2 2021-12-14 08:29:09 +05:30
Butta
3ad1aa79bc swift: link the stdlib against libunwind 2021-12-04 18:33:15 +05:30
Butta
a21ea2ad06 swift: switch from ar to llvm-ar for static libraries 2021-11-05 23:43:00 +05:30
Butta
da03ef2800 swift: rebuild after libicu update 2021-11-01 09:30:28 +05:30
Butta
008011eee5 swift: get the on-device build working
%ci:no-build
2021-10-29 18:30:49 +05:30
Butta
471dc654e8 swift: build host build with host clang rather than the NDK clang 2021-10-27 15:38:29 +05:30
Butta
87a1b90704 swift: remove outdated host build flags 2021-10-27 15:15:08 +05:30
Butta
2ce9e2c67b swift: update from 5.5 to 5.5.1 2021-10-27 12:17:02 +05:30
Yaksh Bariya
60ee021c04
Revert "swift: Bump revision"
This reverts commit 48b67cba81.
2021-10-25 17:25:45 +05:30
Yaksh Bariya
48b67cba81
swift: Bump revision
Last upload job failed ans also changes were made without revision bump
2021-10-25 17:08:23 +05:30
Butta
c7c4657631 swift: get it working with NDK 23b and switch its default linker to lld 2021-10-25 00:57:08 +05:30
Henrik Grimler
a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Lucy Phipps
290a3d96df
swift: bump as missing from repo 2021-10-06 13:53:25 +01:00
Butta
72767ca5ae swift: get new Concurrency library working, by compiling it with the Swift-forked clang instead of the NDK clang
Also, adjust some linker config and libraries to work with this new clang config.
2021-09-30 04:24:15 +05:30
Butta
ded7d319a1 swift: fix on-device build 2021-09-27 17:16:31 +05:30
Butta
0354a09676 swift: update from 5.4.3 to 5.5 2021-09-22 19:44:42 +05:30
Butta
d83fd5b384 swift: update from 5.4.2 to 5.4.3 2021-09-10 15:20:16 +05:30
Henrik Grimler
d1af6df63f swift: set TERMUX_PKG_FORCE_CMAKE and TERMUX_CMAKE_BUILD=Ninja
To make termux_step_configure aware that termux_setup_{cmake,ninja}
need to be run.
2021-08-24 21:40:46 +02:00
Henrik Grimler
5eeadcf2e9 swift: keep hostbuilt tools in hostbuild dir instead
Symlink into build directory so that they can be found.
Also remove TERMUX_CLANG_VERSION variable, since it does not seem to
be used(?).
2021-08-24 21:40:46 +02:00
Henrik Grimler
ecd214881a build-package: add new arg -c for "continue build"
As replacement for TERMUX_PKG_QUICK_REBUILD. Running
./build-package.sh -c <package> starts a build for <package>, but does
not extract and patch the source from scratch. Instead it sets up the
build variables and starts from termux_step_make.

When working on a big package that can take hours to build it is
convenient to be able to build until there is an error, then apply
some new patch (manually) to the source, and then continue from where
the build failed.
2021-08-24 21:40:46 +02:00
Butta
3b608f2e5f swift: bump after libllvm update 2021-08-05 15:46:15 +05:30
Butta
9a137331fe swift: update from 5.4.1 to 5.4.2 2021-06-29 13:44:04 +05:30
Butta
5ca2e4d2f0 swift: rebuild after libicu update 2021-06-18 20:35:22 +05:30
Yaksh Bariya
76714f7929 swift: Do not revise version 2021-06-18 16:41:20 +03:00
Yaksh Bariya
d63cc00830 Bump revisions for nodejs,nodejs-lts and swift to force rebuild 2021-06-18 16:41:20 +03:00
Butta
bf7b30d9a5 swift: add upstream patch that fixes building for 32-bit ARM 2021-06-09 23:15:52 +05:30
Butta
c7626ec952 Bump Swift build on CI 2021-05-26 13:55:17 +05:30
Butta
150ec978fe swift: update from 5.4 to 5.4.1 2021-05-26 01:01:42 +05:30
Butta
ceed745fa3 swift: bump dependencies, like clang, and remove arm fix that didn't work 2021-04-30 17:58:38 +05:30
Butta
b6df5e7f6c swift: update from 5.3.3 to 5.4 2021-04-27 19:21:52 +05:30
Butta
7b6d6d8041 Bump Swift to link against the clang 11.1.0 headers 2021-02-23 01:52:06 +05:30
Leonid Pliushch
28aa9413af
swift: rebuild after libicu update 2021-02-09 13:28:26 +02:00