Commit Graph

14004 Commits

Author SHA1 Message Date
Yaksh Bariya
1ef9ed16d5
proton-bridge: Do not cache Golang dependencies for now 2021-07-05 22:15:27 +05:30
Yaksh Bariya
b520cf0259
proton-bridge: Run go mod tidy before getting dependencies 2021-07-05 21:45:16 +05:30
Momin Juned
b4552fb7ec
New packages : liborc , libspice-server , libspice-protocol (#7101)
Add packages: liborc, libspice-protocol, libspice-server
2021-07-05 17:20:12 +02:00
Yaksh Bariya
e021b590b3
gbt: Do not cache Golang dependencies 2021-07-05 20:20:55 +05:30
Yaksh Bariya
98149884c0
proton-bridge: Cache Golang dependencies 2021-07-05 19:08:28 +05:30
Yaksh Bariya
a6ebde004c
lf: Cache Golang dependencies 2021-07-05 19:04:55 +05:30
Yaksh Bariya
9980c8bce6
restic: Cache Golang dependencies 2021-07-05 19:03:50 +05:30
Yaksh Bariya
b81aae096b
shiori: Cache Golang dependencies 2021-07-05 19:01:13 +05:30
Yaksh Bariya
c0c72dd56a
syncthing: Cache Golang dependencies 2021-07-05 19:00:17 +05:30
Yaksh Bariya
b5950892b5
sops: Cache Golang dependencies 2021-07-05 18:58:39 +05:30
Yaksh Bariya
9448d15604
tweego: Cache Golang dependencies 2021-07-05 18:57:55 +05:30
Yaksh Bariya
85fecd2f10
glow: Cache Golang dependencies 2021-07-05 18:50:37 +05:30
Yaksh Bariya
d36092ca64
gbt: Cache Golang dependencies 2021-07-05 18:48:12 +05:30
Yaksh Bariya
cd095dd510
fzf: Cache Golang dependencies 2021-07-05 18:47:15 +05:30
Yaksh Bariya
d6058f0ffb
elvish: Cache Golang dependencies 2021-07-05 18:46:04 +05:30
Yaksh Bariya
3f18f98248
duf: Cache Golang dependencies 2021-07-05 18:45:09 +05:30
Yaksh Bariya
36a483a863
delve: Cache Golang dependencies 2021-07-05 18:44:30 +05:30
Yaksh Bariya
f4521b29f4
croc: Cache Golang dependencies 2021-07-05 18:43:45 +05:30
Yaksh Bariya
b438bd0d76
chezmoi: Cache Golang dependencies 2021-07-05 18:35:58 +05:30
Yaksh Bariya
237824baa4
caddy: Cache Golang dependencies 2021-07-05 18:35:05 +05:30
Yaksh Bariya
aab1187d93
brook: Cache Golang dependencies 2021-07-05 18:32:16 +05:30
Yaksh Bariya
dbf6b15ea8
aptly: Cache Golang dependencies 2021-07-05 18:31:25 +05:30
Yaksh Bariya
bef17c470d
antibody: Cache Golang dependencies 2021-07-05 18:23:46 +05:30
Yaksh Bariya
529731afc8
gh: Cache Golang dependencies 2021-07-05 18:21:57 +05:30
Termux Github Actions
7a19665fbb hugo: update to 0.85.0
This commit has been automatically submitted by Github Actions.
2021-07-05 12:16:28 +00:00
Yaksh Bariya
2be2df1224
slides: Cache Golang dependencies 2021-07-05 17:10:06 +05:30
Yaksh Bariya
13466285ae
pup: Cache Golang dependencies 2021-07-05 17:09:51 +05:30
Yaksh Bariya
ff987a68c7
lazygit: Cache Golang dependencies 2021-07-05 17:08:58 +05:30
Yaksh Bariya
2fa1dfb56e
direnv: Cache Golang dependencies 2021-07-05 17:08:25 +05:30
Yaksh Bariya
4df334f2e5
germaniu.: Bump and cache go dependencies 2021-07-05 13:54:49 +05:30
Yaksh Bariya
d3b464f0bd
flyctl: Cache Golang dependencies 2021-07-05 13:48:11 +05:30
Yaksh Bariya
f450d386ea
hugo: Fix typo and also build errors 2021-07-05 13:34:36 +05:30
Yaksh Bariya
07fe73079c
hugo: hostbuild with linux extended tags 2021-07-05 12:54:43 +05:30
Yaksh Bariya
b8037128f3
termux_go_get: Do not override $GOPATH 2021-07-05 12:22:15 +05:30
Yaksh Bariya
55ebd77645
Fix build errors 2021-07-05 12:10:22 +05:30
Yaksh Bariya
8c29ad042e
hugo: Cache Golang dependencies 2021-07-05 11:34:25 +05:30
Yaksh Bariya
e3b4b4fe40
age: Cache Golang dependencies 2021-07-05 09:53:22 +05:30
Yaksh Bariya
92f1afaa54
Fix go cache reliability in some edge cases 2021-07-05 09:33:28 +05:30
Yaksh Bariya
40aef7e5ea
Move golang cache logic out of build.sh 2021-07-05 09:22:16 +05:30
Yaksh Bariya
b109e79c2c
Run go get after restoring cache
While updating packages, dependency versions may have changed
2021-07-05 08:36:22 +05:30
Henrik Grimler
93fca0f5c3 perl: add -pie flag when compiling perl modules on arm and i686
Before, trying to compile some perl modules on arm fails with an
error like

t/01-simple.t ..... 5/7 "./add": error: Android 5.0 and later only support position-independent executables (-fPIE).

No idea why it occurs on arm but not on aarch64 or x86_64. Error
should probably be fixed properly elsewhere in perl's source code, but
let's go for this easy fix for now. Adding -pie here also introduces
warnings when building perl packages on device due to clang -E not
recognizing it, but at least they compile..

Tested on lineage-18.1 arm tablet.
2021-07-04 21:46:28 +02:00
Henrik Grimler
c7443b67fe perl: dont pass linker flags to clang -E
I.e. preprocessor mode. This silences warning messages both when
cross-compiling perl and when compiling perl packages on device.

Note that the main perl binary ends up with RUNPATH set to
$PREFIX/lib/perl5/5.32.1/arm-android/CORE, instead of $PREFIX/lib
_and_ $PREFIX/lib/perl5/5.32.1/arm-android/CORE.  perl only links
against the standard libraries and libperl.so though, and the latter
is in $PREFIX/lib/perl5/5.32.1/arm-android/CORE so there should be no
need to add $PREFIX/lib to RUNPATH (unless I am missing something).

Tested by running perl and installing some perl modules on an arm
tablet,
2021-07-04 21:38:43 +02:00
Yaksh Bariya
9942832788
Cache depeneencies for aerc on device builds 2021-07-04 22:03:33 +05:30
Jia Yuan Lo
3ed4c8eec4 emscripten: update to 2.0.25 2021-07-04 13:52:31 +03:00
YAKSH BARIYA
663f812d12
flyctl: update to 0.228 (#7095) 2021-07-04 13:52:00 +03:00
YAKSH BARIYA
1fa9c8ac52
fish: update to 3.3.0 (#7099) 2021-07-04 13:51:34 +03:00
Termux Github Actions
24f36a5fea clash: update to 1.6.5
This commit has been automatically submitted by Github Actions.
2021-07-03 18:08:03 +00:00
Termux Github Actions
c5074d4a4c fmt: update to 8.0.1
This commit has been automatically submitted by Github Actions.
2021-07-03 00:10:23 +00:00
Termux Github Actions
140a9994ba chezmoi: update to 2.1.0
This commit has been automatically submitted by Github Actions.
2021-07-03 00:09:56 +00:00
Termux Github Actions
b766b67ebd k9s: update to 0.24.13
This commit has been automatically submitted by Github Actions.
2021-07-01 18:18:48 +00:00