1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 12:07:09 +00:00
Commit Graph

125 Commits

Author SHA1 Message Date
Tee KOBAYASHI
2218a76862 rust: Bump to 1.66.0 2022-12-17 00:28:37 +00:00
Tee KOBAYASHI
1c3da44e93 rust: Bump to 1.65.0 2022-11-08 13:43:32 +00:00
Tee KOBAYASHI
36fd76c96c rust: Bump to 1.64.0 2022-09-29 08:23:14 +09:00
Henrik Grimler
06d7ab62ad
chore(main/rust): update llvm-15 patch
The PR it was taken from was updated before merge.
2022-09-21 13:31:46 +02:00
Tee KOBAYASHI
721a2b6d23 rust: Backport additional patch for LLVM 15 2022-09-21 19:14:31 +09:00
Tee KOBAYASHI
0843ce9b93 rust: Revbump to rebuild against libllvm 15 2022-09-21 08:05:19 +09:00
Tee KOBAYASHI
9213007263 rust: Fix TERMUX_PKG_DEPENDS
to workaround buildorder.py.

Follow-up of 11d8feb63e.

%ci:no-build
2022-09-21 02:22:00 +09:00
Tee KOBAYASHI
11d8feb63e rust: Add libllvm version guard
Could be improved.

%ci:no-build
2022-09-21 01:31:29 +09:00
Henrik Grimler
e09a7e8085
chore(main/rust): break lines in x86_64 workaround 2022-09-19 02:09:42 +02:00
Henrik Grimler
190b1331a2
chore(main/rust): do not drop into bash shell on issues
Probably added for debugging reasons back in the day.
2022-09-19 02:09:39 +02:00
Henrik Grimler
8b5e1a1309
chore(main/rust): re-arrange build recipe to support -c builds
-c stands for "continued" builds, it skips pre_configure (and some
other) steps and runs just configure, make and make install steps.

Since rust takes > 1 h to build it is pretty nice to be able to
investigate build issues by making changes and then doing
`./build-package.sh -c rust` to check if the changes fixed the build.
2022-09-19 02:09:34 +02:00
bdffe705ac
rust: Update to 1.63.0
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-09-19 02:09:31 +02:00
Tee KOBAYASHI
aebc02285b rust: Fix build
%ci:no-build
2022-09-19 05:56:18 +09:00
Jia Yuan Lo
d8779ccbba chore(main/rust): fix fresh build conflict with liblzma
%ci:no-build
2022-08-28 09:28:44 +02:00
632e71dd38 rust: Update to 1.62.1
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-07-22 17:11:29 +08:00
2cb0ec8876 rust: Hide liblzma
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-07-03 00:48:08 +05:30
ea5a70706e rust: Update to 1.62.0
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-07-03 00:48:08 +05:30
9160deceb5 rust: Remove target_feature patch
Merged upstream.

Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-07-03 00:48:08 +05:30
e64f640070
rust: Don't modify toolchain directory 2022-05-23 14:03:27 +02:00
72038a6cb3
rust: Fix build for x86_64
Co-authored-by: Tee KOBAYASHI <xtkoba@gmail.com>
2022-05-23 14:03:24 +02:00
22cc50c69d
rust: Fix wasm32-unknown-unknown std build
- profiler: wasm32-unknown-unknown is an not supported because it don't have a libc.
- Add patch from beb4e16f05.patch
2022-05-23 14:03:21 +02:00
35f132c420
rust: Symlink both libLLVM libraries
Otherwise clippy build fails with: `= note: ld: error: unable to find library -lLLVM-14.0.3`
2022-05-23 14:03:14 +02:00
5de8271907
rust: Define getloadavg()
Due to libgit2-sys crate.

Co-authored-by: Tee KOBAYASHI <xtkoba@gmail.com>
2022-05-23 14:03:11 +02:00
19fe5b3a48
rust: Create libc++_shared.a so that rust can find it 2022-05-23 14:03:08 +02:00
6a3dec887a
rust: Update to 1.61.0 2022-05-23 14:03:05 +02:00
Butta
a579370995 rust: explicitly link against the real LLVM shared library
%ci:no-build
2022-04-22 17:23:38 +05:30
Justin Tracey
900e22160c
rust: enable profiler 2022-04-18 08:09:19 +02:00
Yaksh Bariya
b24d58c1d4
rust: rebuild to test whether new upload logic resolves issues 2022-04-14 17:38:06 +05:30
9d0a67459d rust: update to 1.60.0
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-04-14 14:21:56 +09:00
Yaksh Bariya
4577a0cf69 revbump all packages dependent on openssl
%ci:no-build All packages will be triggered for rebuild manually
2022-03-01 12:36:05 +00:00
f7104aae8b rust: remove conflicting files with llvm package
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-02-28 15:01:21 +09:00
fea32d92d4 rust: update to 1.59.0
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-02-28 15:01:21 +09:00
Yaksh Bariya
1bfc5f9865 revbump all remaining packages that depend on openssl
%ci:no-build

Manual rebuilds will be triggered for all the packages
2022-02-26 04:25:43 +00:00
sk0kanik
3b57cf86ea rust: bump revision after llvm update 2022-02-08 12:04:14 +05:30
Yaksh Bariya
3ce1eb0663
do not use debianutils which in our scripts
The utility is deprecated and might just unnecessarily spam the CI logs when we update to new docker image

%ci:no-build
2022-01-30 10:04:20 +05:30
Tee KOBAYASHI
e1e7edb8b9 rust: Update to 1.58.1
Co-authored-by: sk0kanik <37567788+sk0kanik@users.noreply.github.com>
2022-01-30 04:05:51 +09:00
xyllery-7
da51ef0d6e Remove AR from unset variables in Rust build.sh 2021-12-03 01:55:47 +01:00
xyllery-7
8f5652db62 update BOOTSTRAP_VERSION 2021-12-03 01:55:47 +01:00
xyllery-7
bf20909ef8 rust to 1.57 2021-12-03 01:55:47 +01:00
sk0kanik
ea0f86367a
Bump rust to 1.56.1 and separate rust's documentation (#7921)
* Separate rust's documentation as subpackage

These documentation files use about 530MB disk space. Most users don't need them.

* Bump Rust to 1.56.1

and capitilize subpackage description
2021-11-04 20:53:22 +05:30
Henrik Grimler
0ce2fda711
rust: dummy change to restart build
Previous build failed due to dependencies libllvm and ca-certificates.
2021-10-26 17:53:07 +02:00
Henrik Grimler
7077e1d8a7 rust: hide away libz and friends for all arches
Seems that libz is pulled in when building host tools.
2021-10-26 14:48:24 +02:00
Yaksh Bariya
861be43e5f rust: Bump to 1.56.0 2021-10-24 14:34:57 +02:00
Henrik Grimler
a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Henrik Grimler
9869db7792 rust: update to 1.55.0 2021-10-22 23:05:45 +02:00
Butta
70eae9ded8 rust: update from 1.53.0 to 1.54.0 2021-10-22 23:05:45 +02:00
Butta
0521306c30 rust: rebuild and link against new libllvm 2021-08-07 00:02:56 +05:30
Leonid Pliushch
81b07097df
rust: rebuild package 2021-07-23 18:19:39 +03:00
wormus
2bfe0fa727 rust: update to 1.53.0 2021-07-17 21:12:14 +03:00
Noah
48d259bf78 Remove llvm-12 patch 2021-05-18 09:40:25 +02:00