Commit Graph

67 Commits

Author SHA1 Message Date
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
Butta 5ce5505df2 swift: update from 5.3.2 to 5.3.3 2021-01-30 07:18:36 +05:30
Butta 131b4ff765 swift: bump revision to use clang 11 headers and remove some unused patches 2020-12-24 12:33:33 +05:30
Butta 9817b566aa swift: update from 5.3.1 to 5.3.2 2020-12-16 07:27:00 +05:30
Butta e905587dff swift: update from 5.3 to 5.3.1 2020-11-13 12:28:40 +05:30
Butta e0f0681a75 swift: blocked working arches by mistake 2020-11-11 12:26:38 +05:30
Butta 7547e0d9f8 swift: add x86_64 package and refactor with upstreamed and submitted patches 2020-11-11 12:23:16 +05:30
Butta 8fc1278ed0 swift: bump revision for arm fix 2020-10-02 00:48:03 +05:30
Butta f1579e0a28 swift: fix arm issue with importing C macros, caused by a mismatch between LLVM
and the Swift compiler frontend because this define wasn't set
2020-10-01 16:15:25 +05:30
Butta 6cef10bdb9 swift: enable arm build and add upstream patch that fixes linking statically against the corelibs 2020-09-25 01:19:03 +05:30
Butta 0017d3e1df swift: update from 5.2.5 to 5.3 2020-09-18 13:24:17 +05:30
Butta cf1d4e6536 swift: build the Swift package manager with itself, rather than using the alternate CMake config 2020-08-21 14:03:24 +05:30
Butta b3b620530e swift: bump after libicu update 2020-08-12 21:23:38 +05:30
Butta 1b2180731d swift: update from 5.2.4 to 5.2.5 2020-08-07 03:04:24 +05:30