anonfunc
anonfunc pushed to master at ALHP/ALHP.GO 2022-06-22 14:04:01 +02:00
a97a4656a2 added some debug logging
anonfunc commented on issue ALHP/ALHP.GO#130 2022-06-22 13:31:43 +02:00
[Future request] Avoiding partial system updates

Like I said, this should not happen, at least not under normal circumstances. ALHP only builds packages in a batch like manner, same as they are released upstream. What you describe may happen if…

anonfunc pushed to master at ALHP/ALHP.GO 2022-06-22 13:17:07 +02:00
60f2b95bec fixed typo
anonfunc pushed to master at ALHP/ALHP.GO 2022-06-22 13:15:03 +02:00
4b3339125c fixed handling of new keys/ folder; added queue cleanup to housekeeping
anonfunc commented on issue ALHP/ALHP.GO#130 2022-06-22 12:50:24 +02:00
[Future request] Avoiding partial system updates

ALHP builds the Archlinux source repo in a snapshot-like mode. It updates the repo-source, then builds whatever there is to build, then repeats. So technically there should be no partial updates…

anonfunc pushed to master at anonfunc/aur-packages 2022-06-22 12:10:24 +02:00
1e60a7500a upgpkg: victoriametrics 1.78.0-1
anonfunc commented on issue ALHP/ALHP.GO#129 2022-06-20 22:06:53 +02:00
Qt5 and Plasma5 requires recompilation

I think alhp was hung up on a test of mold (that just wasn't finishing, ever after 8h+). I blacklisted it for now.

anonfunc pushed to master at ALHP/ALHP.GO 2022-06-19 02:58:33 +02:00
08dd19c3ef fixed missing space between flags
anonfunc pushed to master at ALHP/ALHP.GO 2022-06-19 00:47:38 +02:00
2f1857a97c added missing -C
anonfunc pushed to master at ALHP/ALHP.GO 2022-06-19 00:37:04 +02:00
3ea2777b0f fixed lto getting added twice
anonfunc pushed to master at ALHP/ALHP.GO 2022-06-19 00:33:53 +02:00
8d32d53e7a ignore makepkg dir in repo root
anonfunc closed issue ALHP/ALHP.GO#108 2022-06-19 00:11:29 +02:00
Significant install size differences
anonfunc commented on issue ALHP/ALHP.GO#108 2022-06-19 00:11:28 +02:00
Significant install size differences

I don't think much more needs to be said here at the moment. If anything comes up, please reopen.

anonfunc closed issue ALHP/ALHP.GO#118 2022-06-19 00:10:17 +02:00
Make generated build config, like makepkg.conf, accessible via the webserver
anonfunc commented on issue ALHP/ALHP.GO#118 2022-06-19 00:10:14 +02:00
Make generated build config, like makepkg.conf, accessible via the webserver

Generated makepkg confs are now available under https://alhp.harting.dev/makepkg/

anonfunc commented on issue ALHP/ALHP.GO#124 2022-06-19 00:07:00 +02:00
shim for gcc / clang or package based info which compiler is used

I just finished porting the compiler flags to a separate config file. Adding more Build-Env-Vars should be cake now.

anonfunc commented on issue ALHP/ALHP.GO#127 2022-06-19 00:05:32 +02:00
ocaml packages needs recompiling.

Sorry, I somehow forgot about this issue - i queued ocaml and ocaml-compiler-libs, not sure if that is all that needs a rebuild, but we'll see after the rebuilds are done.

anonfunc commented on issue ALHP/ALHP.GO#128 2022-06-19 00:00:00 +02:00
Possible bug in build script

Closing, since the reubild is finished.

anonfunc closed issue ALHP/ALHP.GO#128 2022-06-19 00:00:00 +02:00
Possible bug in build script
anonfunc pushed to master at ALHP/ALHP.GO 2022-06-18 23:57:58 +02:00
622ba6ad1a moved compiler flags out of code into flags.yaml