its-pointless
ba6428cdbb
llvm-8 and rust with back ports for llvm-8
6 years ago
Tom Yan
537ac153cf
buildorder.py: make fast build mode download all subpackages
6 years ago
Tom Yan
e3083283d6
build-package: add TERMUX_PKG_DEVPACKAGE_{BREAKS,REPLACES} support
6 years ago
Leonid Plyushch
7b4bb6de76
build-package.sh: fix printing of error message when trying to run script on Android device
6 years ago
Leonid Plyushch
4987359f4f
termux_step_setup_toolchain.sh: simplify unneeded headers removal
6 years ago
Leonid Plyushch
5e2ee49b09
termux_step_setup_toolchain.sh: move 'rm usr/include/sys/capability.h' to correct place
6 years ago
Tom Yan
8a10176857
build-package: handle -dev package download from buildorder.py
6 years ago
Fredrik Fornwall
d4aab5bf0c
Remove sys/capability.h from the NDK sysroot
The sys/capability.h file will be provided by libcap-dev.
6 years ago
Tom Yan
10fa362ef6
buildorder.py: only omit target's subpackage for fast build
6 years ago
Tom Yan
185a9a45f6
buildorder.py: parse TERMUX_PKG_DEVPACKAGE_DEPENDS
6 years ago
Fredrik Fornwall
3f945c0314
Use android-5 prefix for toolchain
Helps when switching between branches
6 years ago
Fredrik Fornwall
6e9519fa5c
Run termux-elf-cleaner on libc++
6 years ago
Fredrik Fornwall
2b70f99178
Use a specific elf-cleaner path on android-5
Helps avoiding mistakes when jumping between branches.
6 years ago
Fredrik Fornwall
e5b11cb16b
golang: Update from 1.12 to 1.12.1
6 years ago
Tom Yan
d4b0e5442e
Simplify libc++ setup
As clang++ in the NDK defaults to libc++ since r17, we no longer
need to fake a libstdc++.so at build time (and omit it from the
libc++ package we ship).
6 years ago
Henrik Grimler
ca3971841b
termux_create_subpackages: support TERMUX_SUBPKG_BREAKS
6 years ago
Henrik Grimler
9dece59651
build-package: mv code for creating subpackages to new file
6 years ago
Fredrik Fornwall
bedfd17f7e
go: Update from 1.11.5 to 1.12
6 years ago
Leonid Plyushch
28f3fbe1bc
build-package.sh: prevent parallel runs in the same environment
Avoid corruption of the build environment if build-package.sh was
executed in 2 parallel sessions.
6 years ago
Leonid Plyushch
ef3772c4d6
fast-builds: do not rely on bootstrap archives
Reasons:
* they may contain outdated packages
* they are redundant
* they may not exist for target repository (e.g. if building for non-termux.net)
6 years ago
Henrik Grimler
e56f784f95
setup-ubuntu.sh: add jq and remove debdiff
6 years ago
Leonid Plyushch
e400c23415
termux-elf-cleaner: update to v1.4
Provides fix for Android 5.
6 years ago
Leonid Plyushch
0950d69987
update scripts for continuous integration
Keep bare minimum of scripts & configuration files for CI.
Set Travis target language to generic, remove 'Gemfile' and
'Rakefile' since we building *.deb packages and not ruby ones.
Code that determining changes in git repository is reimplemented
in bash.
Disabled packages are excluded from CI tracking as they frequently
cause errors.
6 years ago
Henrik Grimler
706ac2d2d2
termux_download_deb: check that Packages exist before reading hash
6 years ago
Henrik Grimler
46e7252e91
build-package: stop build if buildorder.py returns error
6 years ago
Henrik Grimler
a1601b739b
build-package: call termux_get_repo_files in termux_step start_build
Prevents unnecessary re-downloads of repo files.
6 years ago
Henrik Grimler
e486e4643a
build-package: add new env. var. TERMUX_PACKAGES_DIRECTORIES
Can be set to the path to packages/ directories in other repos (like
unstable-package/packages/, termux-root-packages/packages/,
..). buildorder.py then searches these directories for packages and
dependencies
6 years ago
Henrik Grimler
035ec7e35f
build-package: download dependencies recursively when fast-building
Use scripts/buildorder.py with a new -i flag to get all dependencies
(including subpackages). The script now also spits out both package
name and package dir, to make it easier to build packages from another
repo.
6 years ago
Henrik Grimler
5873ff8750
build-package: remove termux_step_compare_debs
6 years ago
Fredrik Fornwall
15489b2239
Use meson version 0.49.2
6 years ago
Fredrik Fornwall
4b01da699f
Use specific version when setting up rust
This makes for more reproducible builds.
6 years ago
Henrik Grimler
512345c9a1
termux_step_start_build: handle failed subpackage downloads
Build parent package instead of trying to build the subpackage.
6 years ago
Henrik Grimler
e301be4d49
termux_step_compare_debs: fix subpackage comparison
6 years ago
Henrik Grimler
537071c99f
build-package: mv termux_step_finish_build to scripts/build/
6 years ago
Henrik Grimler
95ee844cfe
build-package: mv termux_step_compare_debs to scripts/build/
6 years ago
Henrik Grimler
07ac40da1e
build-package: mv termux_step_create_debfile to scripts/build/
6 years ago
Henrik Grimler
1791646f58
build-package: mv termux_step_create_datatar to scripts/build/
6 years ago
Henrik Grimler
eaf8f81973
build-package: mv termux_step_massage to scripts/build/
6 years ago
Henrik Grimler
267962c93b
build-package: mv termux_step_extract_into_massagedir to scripts/build/
6 years ago
Henrik Grimler
70afa65d4d
build-package: mv termux_step_make_install to scripts/build/
6 years ago
Henrik Grimler
00d6e0c282
build-package: mv termux_step_make to scripts/build/
6 years ago
Henrik Grimler
92688d5464
build-package: mv termux_step_configure to scripts/build/configure/
6 years ago
Henrik Grimler
a0fff6763b
build-package: mv termux_step_configure_meson to scripts/build/configure/
6 years ago
Henrik Grimler
b4ed937099
build-package: mv termux_step_configure_cmake to scripts/build/configure/
6 years ago
Henrik Grimler
fed060b5b7
build-package: mv termux_step_configure_autotools to scripts/build/configure/
6 years ago
Henrik Grimler
8e759381d2
build-package: mv termux_step_replace_guess_scripts to scripts/build
6 years ago
Henrik Grimler
f445a43da1
build-package: mv termux_step_patch_package to scripts/build/
6 years ago
Henrik Grimler
e6097e6cf6
build-package: mv termux_step_setup_toolchain to scripts/build/
6 years ago
Henrik Grimler
6f2c26696f
build-package: mv termux_step_extract_package to scripts/build/
6 years ago
Henrik Grimler
fd61b679dd
build-package: mv termux_step_start_build to scripts/build/
6 years ago