Commit Graph

471 Commits

Author SHA1 Message Date
Giovanni Harting 8ff928d7fa added waitgroup 2022-08-13 21:55:17 +02:00
Giovanni Harting 87cf1e5631 reworked queue building to use the db; multi threading for SRCINFO gen 2022-08-13 21:54:07 +02:00
Giovanni Harting 0f46a95995 added SRCINFO caching via db 2022-08-13 20:48:34 +02:00
Giovanni Harting 4ead1f74cd more debug logging improvement 2022-08-13 11:04:43 +02:00
Giovanni Harting 7b28db40ce improved debug logging 2022-08-13 10:56:58 +02:00
Giovanni Harting 1db73987fb minor doc improvements 2022-08-13 00:01:32 +02:00
Giovanni Harting 5ea156b48a added TODO hint for reverted commit e911be6 2022-08-12 23:22:22 +02:00
Giovanni Harting 9b28ceebb8 Revert "Added purge for 'ancient' out-of-date packages"
This reverts commit e911be6b6e.
2022-08-12 23:19:18 +02:00
Giovanni Harting e911be6b6e Added purge for 'ancient' out-of-date packages 2022-08-12 23:14:25 +02:00
Giovanni Harting c7e193e88b updated deps; minor fixed; ent regen 2022-08-12 23:00:34 +02:00
Giovanni Harting b7bbb97fd3 made linux-zen exception clearer in readme 2022-07-11 22:12:05 +02:00
Giovanni Harting bcf0875c1c fixed arch getting rejected if it contains anything other than x86_64 2022-06-22 14:17:17 +02:00
Giovanni Harting 2791ed44fa improved debug logging in mirror check 2022-06-22 14:11:52 +02:00
Giovanni Harting a97a4656a2 added some debug logging 2022-06-22 14:03:56 +02:00
Giovanni Harting 60f2b95bec fixed typo 2022-06-22 13:17:03 +02:00
Giovanni Harting 4b3339125c fixed handling of new keys/ folder; added queue cleanup to housekeeping 2022-06-22 13:14:58 +02:00
Giovanni Harting 08dd19c3ef fixed missing space between flags 2022-06-19 02:58:28 +02:00
Giovanni Harting 2f1857a97c added missing -C 2022-06-19 00:47:34 +02:00
Giovanni Harting 3ea2777b0f fixed lto getting added twice 2022-06-19 00:37:01 +02:00
Giovanni Harting 8d32d53e7a ignore makepkg dir in repo root 2022-06-19 00:33:49 +02:00
Giovanni Harting 622ba6ad1a moved compiler flags out of code into flags.yaml 2022-06-18 23:57:53 +02:00
Giovanni Harting c0a4cb555b fixed missing quotes 2022-06-16 21:53:57 +02:00
anonfunc 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
anonfunc 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
anonfunc d56a25e397 Merge pull request 'fix clang builds' (#123) from RubenKelevra/ALHP.GO:fix/clang_builds into master
Reviewed-on: https://git.harting.dev/ALHP/ALHP.GO/pulls/123
2022-05-22 16:51:17 +02:00
RubenKelevra 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
Giovanni Harting 47552c88d8 do not purge packages that are just skipped 2022-05-21 20:30:34 +02:00
Giovanni Harting bb16bdcb61 fixed purging with no packages present to purge 2022-05-20 12:46:10 +02:00
Giovanni Harting bcea0e99cb do not clear hash and status to avoid loops on skipped packages 2022-05-20 12:31:19 +02:00
Giovanni Harting f051709c4f fixed purge does not trigger a rechecking of purged package 2022-05-20 12:22:42 +02:00
Giovanni Harting 3f30b9d6a1 detect packages with no repo-version while housekeeping 2022-05-20 12:20:14 +02:00
RubenKelevra be46f92cbe add patching for rust flags 2022-05-18 14:33:43 +02:00
RubenKelevra 97b3d4f2c8 set go optimization flag 2022-05-18 14:32:50 +02:00
Giovanni Harting 65d6e7e135 make findpkgfiles fallback to srcinfo 2022-05-18 14:27:54 +02:00
Giovanni Harting dd118c5f97 error handling if findPkgFiles is called without a valid dbpkg 2022-05-18 14:09:51 +02:00
Giovanni Harting ca85586118 add dbpkg to proto on queue gen 2022-05-18 14:03:13 +02:00
Giovanni Harting 78666f9899 remove packages skipped or of undefined status 2022-05-18 13:49:41 +02:00
RubenKelevra 567f8d903f fix typo 2022-05-11 21:05:43 +02:00
RubenKelevra 4153e53466 add -mpclmul and -devirtualize-at-ltrans
fixing #92 partly
2022-05-11 17:10:53 +02:00
Giovanni Harting f190902b41 add gcc to all mirror checks, preventing issues like #111 2022-05-11 17:06:08 +02:00
Giovanni Harting 85d46f4ab0 updated deps 2022-05-11 17:00:22 +02:00
Giovanni Harting f7d2e8ccc7 improved logging 2022-03-09 19:05:25 +01:00
Giovanni Harting c2abe68483 regenerated ent with new version 2022-03-07 17:24:05 +01:00
Giovanni Harting ed2a42318e more follow-up fixes for new build-queue 2022-03-07 17:20:24 +01:00
Giovanni Harting 65f3247d20 added success logging 2022-02-19 19:44:04 +01:00
Giovanni Harting 270889bf5c followup fixes for new weighted build-queue 2022-02-19 19:39:48 +01:00
Giovanni Harting ba159e0a72 switched to weighted build-queue 2022-02-19 18:03:55 +01:00
Giovanni Harting 0f98b9d18f fixed wrong error being handled 2022-02-16 10:44:57 +01:00
Giovanni Harting e4daa72230 improved logging 2022-02-16 09:11:30 +01:00