Commit Graph

165 Commits

Author SHA1 Message Date
36757dc711 retry regardless of error, add retry limit 2023-05-23 21:51:37 +02:00
7668239152 do not build haskell packages; minor code cleanup 2023-05-23 17:53:48 +02:00
c59a6ed2be added git clone retry 2023-05-21 21:19:24 +02:00
9aa7f6fb64 added replacement logic for gitlab path on special characters 2023-05-21 20:44:55 +02:00
fa902fa68c Git-based package source layout (#193)
Co-authored-by: Giovanni Harting <539@idlegandalf.com>
Reviewed-on: #193
2023-05-21 20:28:23 +02:00
0f75b262ce quote env if it contains whitespace 2023-05-16 03:12:34 +02:00
ece8c4c7d9 faster SRCINFO parsing + memory-based building
Switched to parsing srcinfo with channels on all available cpus, speeding
up srcinfo-parsing and queue generation by a lot.

New memory-limit based building will max out the available memory while
not building the same packages at the same time for different marchs,
fixing some long-standing bugs like firefox not building at the same time
because the same ports are used for profile-based optimization. This
also drops the artificial delay on build-start, speeding up things even
more. This also means there is no hard-coded limit on how many packages
can be build at once anymore. As long as there is RAM available, builds will be
started.
2023-03-14 00:46:16 +01:00
76980ff720 remove logs from skipped packages 2023-01-23 13:37:43 +01:00
c2dec11aaf some code cleanup, fixed rustflags not being detected 2023-01-20 13:18:34 +01:00
e5165e1c5e overwrite debug package instead of skipping 2022-12-27 19:23:33 +01:00
2169cec100 fixed housekeeping not finding missing packages introduced in ff21894aac 2022-12-27 18:52:10 +01:00
6088643ec4 use any instead of interface{} 2022-12-27 18:15:36 +01:00
f93d14c332 export non-makepkg flags, resolves #149 2022-12-27 17:56:37 +01:00
ba9636cffd improved logging; updated deps 2022-12-22 19:52:26 +01:00
ff21894aac added golangci linter; code cleanup 2022-11-20 19:19:16 +01:00
e58a6a3ad7 fixed double options in regex 2022-11-07 05:27:43 +01:00
762c842b8f improved firefox port in use regex 2022-11-03 15:20:33 +01:00
930ac1f50d added regex to match "options -C embed-bitcode=no and -C lto are incompatible" 2022-11-03 15:06:56 +01:00
401802e12d old split packages are now being detected by housekeeping 2022-11-03 13:31:36 +01:00
6057cedeaa improved logging 2022-08-24 14:57:21 +02:00
f204ba0e35 removed redundant eligibility check 2022-08-17 05:03:24 +02:00
b0d570363f added removing repo version of blacklisted packages to housekeeping 2022-08-16 16:56:33 +02:00
e21f47f93b build interrupted packages 2022-08-14 19:37:56 +02:00
8653bf8c6b added version to protoPkg passed to builder 2022-08-14 19:29:14 +02:00
8d37c7b72a fixed missing nil check and execution of db update 2022-08-14 17:34:41 +02:00
5ea43c896f added pkgbuild path to db 2022-08-14 17:20:34 +02:00
f30442d100 added separate hash for srcinfo cache 2022-08-14 15:02:24 +02:00
041e7762f7 added delayed status to better differentiate between queued (skipped) and queued 2022-08-14 14:47:20 +02:00
8c7a9aa205 fixed build errors out if builddir is not present 2022-08-14 14:06:48 +02:00
b48c75a177 fixed potential out of bounds 2022-08-13 22:03:16 +02:00
87cf1e5631 reworked queue building to use the db; multi threading for SRCINFO gen 2022-08-13 21:54:07 +02:00
0f46a95995 added SRCINFO caching via db 2022-08-13 20:48:34 +02:00
4ead1f74cd more debug logging improvement 2022-08-13 11:04:43 +02:00
7b28db40ce improved debug logging 2022-08-13 10:56:58 +02:00
1db73987fb minor doc improvements 2022-08-13 00:01:32 +02:00
2791ed44fa improved debug logging in mirror check 2022-06-22 14:11:52 +02:00
60f2b95bec fixed typo 2022-06-22 13:17:03 +02:00
4b3339125c fixed handling of new keys/ folder; added queue cleanup to housekeeping 2022-06-22 13:14:58 +02:00
08dd19c3ef fixed missing space between flags 2022-06-19 02:58:28 +02:00
8d32d53e7a ignore makepkg dir in repo root 2022-06-19 00:33:49 +02:00
622ba6ad1a moved compiler flags out of code into flags.yaml 2022-06-18 23:57:53 +02:00
c0a4cb555b fixed missing quotes 2022-06-16 21:53:57 +02:00
16cb95b5ea Merge pull request 'set go optimization flag' (#121) from RubenKelevra/ALHP.GO:feat/optimize_go_builds into master
Reviewed-on: https://git.harting.dev/ALHP/ALHP.GO/pulls/121
2022-06-15 11:39:16 +02:00
5f0ba49868 Merge pull request 'add patching for rust flags' (#120) from RubenKelevra/ALHP.GO:feat/rust_flags into master
Reviewed-on: https://git.harting.dev/ALHP/ALHP.GO/pulls/120
2022-06-15 11:38:15 +02:00
RubenKelevra
20ea64acdc remove cpu tune flag
Signed-off-by: RubenKelevra <rubenkelevra@git.harting.dev>
2022-06-14 10:20:51 +02:00
df3ae03f6d fix clang builds
clang complains about an unknown flag beeing set:
clang-13: error: unknown argument: '-fdevirtualize-at-ltrans'
2022-05-22 14:01:33 +02:00
bb16bdcb61 fixed purging with no packages present to purge 2022-05-20 12:46:10 +02:00
3f30b9d6a1 detect packages with no repo-version while housekeeping 2022-05-20 12:20:14 +02:00
be46f92cbe add patching for rust flags 2022-05-18 14:33:43 +02:00
97b3d4f2c8 set go optimization flag 2022-05-18 14:32:50 +02:00