1
0
forked from ALHP/ALHP.GO
Commit Graph

31 Commits

Author SHA1 Message Date
992f5d2ed7 harmonize log messages 2023-03-15 03:03:07 +01:00
cf4f91295f only record rusage if build was successful 2023-03-14 01:36:11 +01: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
f93d14c332 export non-makepkg flags, resolves #149 2022-12-27 17:56:37 +01:00
ff21894aac added golangci linter; code cleanup 2022-11-20 19:19:16 +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
e4041a42d9 switched to string matching instead of bytes match 2022-11-03 13:31:36 +01:00
ba8d02927f added safeguard against version missing 2022-08-14 21:40:42 +02:00
05f36bef88 added check for srcinfo in importKeys 2022-08-14 16:09:22 +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
ef61ad7dcf added removing overdue packages 2022-08-13 22:51:43 +02:00
c8b31b3275 added more db-based lookups 2022-08-13 22:27:56 +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
5ea156b48a added TODO hint for reverted commit e911be6 2022-08-12 23:22:22 +02:00
9b28ceebb8 Revert "Added purge for 'ancient' out-of-date packages"
This reverts commit e911be6b6e.
2022-08-12 23:19:18 +02:00
e911be6b6e Added purge for 'ancient' out-of-date packages 2022-08-12 23:14:25 +02:00
c7e193e88b updated deps; minor fixed; ent regen 2022-08-12 23:00:34 +02:00
bcf0875c1c fixed arch getting rejected if it contains anything other than x86_64 2022-06-22 14:17:17 +02:00
2791ed44fa improved debug logging in mirror check 2022-06-22 14:11:52 +02:00
a97a4656a2 added some debug logging 2022-06-22 14:03:56 +02:00
4b3339125c fixed handling of new keys/ folder; added queue cleanup to housekeeping 2022-06-22 13:14:58 +02:00
622ba6ad1a moved compiler flags out of code into flags.yaml 2022-06-18 23:57:53 +02:00
65d6e7e135 make findpkgfiles fallback to srcinfo 2022-05-18 14:27:54 +02:00
dd118c5f97 error handling if findPkgFiles is called without a valid dbpkg 2022-05-18 14:09:51 +02:00
f190902b41 add gcc to all mirror checks, preventing issues like #111 2022-05-11 17:06:08 +02:00
ed2a42318e more follow-up fixes for new build-queue 2022-03-07 17:20:24 +01:00
270889bf5c followup fixes for new weighted build-queue 2022-02-19 19:39:48 +01:00
ba159e0a72 switched to weighted build-queue 2022-02-19 18:03:55 +01:00
47f0fb6c66 refactor utils.go, error handling 2022-02-16 08:11:34 +01:00