anonfunc
anonfunc commented on issue ALHP/ALHP.GO#125 2022-05-24 00:57:43 +02:00
Include Multilib

Multilib builds use a different makepkg.conf IIRC. Just need to adjust some flags and some logic choosing correct glags for multilib repos.

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

Nah, that's rather simple, as the list is basiclly just part of this project: It's the flags AHLP like to set, like the ones TBD here.

Oh…

anonfunc commented on issue ALHP/ALHP.GO#125 2022-05-23 16:19:34 +02:00
Include Multilib

Sure, we can tackle that. Need to do dome researching, but it should not be that complicated.

anonfunc commented on issue ALHP/ALHP.GO#124 2022-05-23 14:28:59 +02:00
shim for gcc / clang or package based info which compiler is used

We could do something similar by having two lists of optional flags for each compiler, so they would just get added depending on which compiler is stored in a variable for each package. …

anonfunc closed issue ALHP/ALHP.GO#122 2022-05-23 13:51:44 +02:00
Disappearing/missing packages
anonfunc commented on issue ALHP/ALHP.GO#122 2022-05-23 13:51:42 +02:00
Disappearing/missing packages

Seems this is fixed now.

anonfunc pushed to master at anonfunc/aur-packages 2022-05-22 18:28:04 +02:00
2e34dfdfb5 upgpkg: alhp-keyring 20220522-1
anonfunc pushed tag 20220522 to ALHP/alhp-keyring 2022-05-22 18:13:08 +02:00
anonfunc pushed to master at ALHP/alhp-keyring 2022-05-22 18:10:49 +02:00
72f7756ab5 Update keyring
anonfunc commented on issue ALHP/ALHP.GO#119 2022-05-22 17:11:44 +02:00
[build failure] package dmraid

Some projects force a certain level of optimization, which we should not touch.

I feel like that might just be historic, like forcing a higher optimizasion but GCC instroduced a more…

anonfunc pushed to master at ALHP/ALHP.GO 2022-05-22 16:51:19 +02:00
d56a25e397 Merge pull request 'fix clang builds' (#123) from RubenKelevra/ALHP.GO:fix/clang_builds into master
df3ae03f6d fix clang builds
Compare 2 commits »
anonfunc merged pull request ALHP/ALHP.GO#123 2022-05-22 16:51:18 +02:00
fix clang builds
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-21 20:30:39 +02:00
47552c88d8 do not purge packages that are just skipped
anonfunc commented on pull request ALHP/ALHP.GO#117 2022-05-21 20:25:57 +02:00
feat/additional_optimizations

That may be a good idea, since we can talk about specific options in detail instead of creating a huge messy thread here.

anonfunc commented on issue ALHP/ALHP.GO#122 2022-05-21 20:24:19 +02:00
Disappearing/missing packages

Seems like some of them are stuck in a build loop. They get build, housekeeping then resets them since their repo-version is not set for some reason. I'll have another look, something is still not…

anonfunc commented on issue ALHP/ALHP.GO#122 2022-05-20 17:33:10 +02:00
Disappearing/missing packages

I think I found the problem. Should be fixed with the last few commits. I'll keep monitoring for a while, wen can leave this open until we are sure it does not repeat.

anonfunc commented on issue ALHP/ALHP.GO#119 2022-05-20 17:22:59 +02:00
[build failure] package dmraid

Some project force a certain level of optimization, which we should not touch. About -Werror=format-security: That should be handled by upstream Arch. If we begin to modify PKGBUILDS for…

anonfunc commented on issue ALHP/ALHP.GO#114 2022-05-20 17:17:29 +02:00
Use fat-lto-objects to avoid rebuild on LTO failure

This would increase overall build time, not sure that tradeoff is worth, especially since detecting LTO build failures is a one-off thing.

anonfunc pushed to master at ALHP/ALHP.GO 2022-05-20 12:46:14 +02:00
bb16bdcb61 fixed purging with no packages present to purge
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-20 12:31:22 +02:00
bcea0e99cb do not clear hash and status to avoid loops on skipped packages