66 Commits

Author SHA1 Message Date
185837bd3c switched to polling process tree rss usage to track mem usage 2025-03-16 18:16:01 +01:00
8784e63a9d minor context refactor; add metrics 2025-02-22 03:05:00 +01:00
9aa5ed719e update deps 2025-01-22 23:11:54 +01:00
3cfebda5e2 update deps 2024-12-15 02:18:53 +01:00
d4dbfdea1c revert back to yaml v2, fix envs with yaml lists 2024-12-15 02:11:28 +01:00
ab238cf897 update yaml to v3 2024-12-15 01:16:38 +01:00
7c8626dfcb update deps 2024-12-15 01:05:52 +01:00
286134674b update deps 2024-11-20 23:04:35 +01:00
15027f99e7 update deps 2024-09-19 19:16:09 +02:00
60619e91e7 update deps; regen ent 2024-08-09 02:14:15 +02:00
7f2286c8d2 update deps 2024-07-14 18:33:13 +02:00
b510954115 update deps 2024-06-22 20:01:58 +02:00
d9efab4d2a update deps 2024-03-10 13:17:21 +01:00
2ad5c57078 update deps; some code cleanup 2024-02-13 18:29:15 +01:00
55cf1b7eb4 added state mismatch check 2023-12-20 09:16:51 +01:00
a834c7fb04 updated deps and downgraded to yaml.v2 2023-12-15 18:54:57 +01:00
cbe667cb5d updated yaml dep 2023-12-14 19:02:01 +01:00
e6dd3fd3ef updated deps 2023-12-09 17:07:15 +01:00
0c6a96db21 updated deps; regen ent 2023-11-20 16:18:03 +01:00
552382cc00 updated deps 2023-11-01 11:35:01 +01:00
d83249c809 updated deps 2023-10-13 19:40:45 +02:00
7c826d2d1e fixed rebuilding of x86_64->any packages; updated deps 2023-09-23 12:52:51 +02:00
6c93fc86a7 updated deps 2023-09-04 18:26:05 +02:00
f3fe7bba4f updated deps 2023-07-29 22:34:01 +02:00
569016b459 updated deps 2023-07-11 03:44:59 +02:00
ea9c91bd92 updated deps; added faq entry for delayed package updates 2023-06-29 17:41:35 +02:00
d65e4c7f5b update deps 2023-06-05 18:00:57 +02:00
43db75f1f9 added multilib support 2023-05-26 12:59:59 +02:00
6b95ba42e1 updated deps; return NEError for haskell packages 2023-05-24 01:27:54 +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
302180011e updated deps; regen ent 2023-05-07 15:13:02 +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
c2dec11aaf some code cleanup, fixed rustflags not being detected 2023-01-20 13:18:34 +01:00
4431e906c3 updated deps + regen ent 2023-01-20 12:48:38 +01:00
f60e8479bc regen ent 2023-01-16 11:34:35 +01:00
1805baedc5 updated deps 2023-01-16 11:33:55 +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
2af46109eb updated deps; regen ent 2022-11-03 13:34:11 +01:00
186e1a66c3 update deps 2022-11-03 13:31:36 +01:00
e88567ea93 added go-retry to better handle sync failures 2022-08-25 12:47:45 +02:00
0f46a95995 added SRCINFO caching via db 2022-08-13 20:48:34 +02:00
c7e193e88b updated deps; minor fixed; ent regen 2022-08-12 23:00:34 +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
85d46f4ab0 updated deps 2022-05-11 17:00:22 +02:00
ed2a42318e more follow-up fixes for new build-queue 2022-03-07 17:20:24 +01:00
ba159e0a72 switched to weighted build-queue 2022-02-19 18:03:55 +01:00
c7ba7340a5 added debuginfod support 2022-02-13 22:33:57 +01:00
45672e3459 update deps. 2022-02-13 21:48:43 +01:00