anonfunc
anonfunc pushed to main at ALHP/ALHP.GO 2023-06-05 15:33:05 +02:00
db8cb28fc5 code cleanup
anonfunc closed issue ALHP/ALHP.GO#125 2023-06-05 15:26:56 +02:00
Include Multilib
anonfunc pushed to main at ALHP/ALHP.GO 2023-06-05 15:26:56 +02:00
a04c17f6ab added [multilib] to README.md, closes #125
anonfunc commented on issue ALHP/ALHP.GO#134 2023-06-03 15:33:55 +02:00
Use RELR relative relocations to reduce file sizes (-z pack-relative-relocs)

I made the necessary changes. Should be active from now on 👍

anonfunc closed issue ALHP/ALHP.GO#134 2023-06-03 15:32:31 +02:00
Use RELR relative relocations to reduce file sizes (-z pack-relative-relocs)
anonfunc pushed to main at ALHP/ALHP.GO 2023-06-03 15:32:31 +02:00
6da9739491 added -z pack-relative-relocs, closes #134
anonfunc pushed to main at ALHP/ALHP.GO 2023-06-03 15:31:16 +02:00
6651a2029b added support for ldflags parsing
anonfunc commented on issue ALHP/ALHP.GO#134 2023-06-03 14:48:51 +02:00
Use RELR relative relocations to reduce file sizes (-z pack-relative-relocs)

I'll try to add it without space, but I think I need to adjust the flag parsing logic for LDFLAGS, because of the different separation.

anonfunc commented on issue ALHP/ALHP.GO#134 2023-06-03 14:22:04 +02:00
Use RELR relative relocations to reduce file sizes (-z pack-relative-relocs)

Very nice. If I understood correctly -z,pack-relative-relocs has to be added to LDFLAGS?

anonfunc closed issue ALHP/ALHP.GO#89 2023-06-03 14:05:46 +02:00
gnome-todo: Maximum file size exceeded
anonfunc commented on issue ALHP/ALHP.GO#89 2023-06-03 14:05:45 +02:00
gnome-todo: Maximum file size exceeded

This seems solved, closing.

anonfunc commented on issue ALHP/ALHP.GO#78 2023-06-03 14:05:08 +02:00
Dependency aware package build order

This is solved by building in batches.

anonfunc closed issue ALHP/ALHP.GO#78 2023-06-03 14:05:08 +02:00
Dependency aware package build order
anonfunc commented on issue ALHP/ALHP.GO#19 2023-06-03 14:03:55 +02:00
Unblock Haskell packages

I noticed that we actually cannot optimize them anyways, since ghc does not seem to recognize any march flags.

So packages depending on ghc as makedep probably will stay on the blacklist…

anonfunc closed issue ALHP/ALHP.GO#19 2023-06-03 14:03:55 +02:00
Unblock Haskell packages
anonfunc commented on issue ALHP/ALHP.GO#107 2023-06-03 14:01:16 +02:00
Static Java

Please reopen this if there is anything we can do with flags or the shim (if that is a thing sometimes in the future).

For the time, this is not feasible.

anonfunc closed issue ALHP/ALHP.GO#107 2023-06-03 14:01:16 +02:00
Static Java
anonfunc commented on issue ALHP/ALHP.GO#134 2023-06-03 13:57:48 +02:00
Use RELR relative relocations to reduce file sizes (-z pack-relative-relocs)

@BertalanD How is the status here? Are we still waiting for upstream? I see some of the versions you mentioned are already released now.

anonfunc commented on issue ALHP/ALHP.GO#113 2023-06-03 13:54:59 +02:00
Separate builds on network-level

Quick update here: Since ece8c4c7d91e1a9e167bbadc634e3b5bfccbaa37 we do not build the same packages concurrently. That does not solve this issue completely, there can still be a overlap of used…

anonfunc commented on issue ALHP/ALHP.GO#146 2023-06-03 13:50:47 +02:00
Retry backoff policy for failed builds

I still think this would probably only waste resources now. We have detection for almost all build errors that can occur (that we can actually rebuild successfully), trying failed packages over…