anonfunc
anonfunc commented on issue ALHP/ALHP.GO#58 2021-11-15 17:30:54 +01:00
ALHP for arch testing repos?

There is no technical reason to not build testing, but I see no practical reason to build it. testing, as the name suggests, provides a opportunity to tests if package X works as expected and…

anonfunc commented on issue ALHP/ALHP.GO#57 2021-11-15 17:03:14 +01:00
NodeJS need rebuild without LTO

Not all packages (that need version constraints) have version constrains. You can't assume all packagers/maintainers are gonna add them, they are optional after all. Its better to make sure we have…

anonfunc commented on issue ALHP/ALHP.GO#57 2021-11-15 16:47:29 +01:00
NodeJS need rebuild without LTO

nodejs needs to be on the LTO list, indeed.

The builder does not wait for our own builds, since it always builds with vanilla packages. ALHP is truly waiting for nodejs-17.1.0-1, because it is…

anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-14 23:56:02 +01:00
Mirrors

Difficult to answer, since it really depends on many factors. I have no dedicated stats for ALHP, but considering the whole server traffic usage I would imagine <500GB/month.

But, like I said, it…

anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-14 22:07:19 +01:00
Mirrors

If I wanted to setup something like this (a mirror) would there be a way to limit the amount of traffic I get? (without throwing annoying errors at users)?

You can always rate-limit your…

anonfunc commented on issue ALHP/ALHP.GO#56 2021-11-14 21:32:37 +01:00
Blacklist/skip precompiled packages

Could this also be done automatically by comparing whether the package contents are the same as in upstream package?

If I remember correctly the reproducible builds check does something similar…

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-14 21:28:28 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

It'll be build if I requeue it or a new version appears. I may requeue it later.

anonfunc commented on issue ALHP/ALHP.GO#34 2021-11-14 15:53:21 +01:00
Sigature Error

That explains why I could not reproduce it. Good you figured it out.

anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-14 13:12:15 +01:00
Mirrors

At the moment the Alhp server is the build server and repo at the same time.

My thoughts is, the current Alhp server, just become the build server, then the repos mirror would retrieve the…

anonfunc commented on issue ALHP/ALHP.GO#56 2021-11-14 13:09:13 +01:00
Blacklist/skip precompiled packages

I would suggest removing the really big ones (cuda for example). Removing all might be a very time consuming task, especially if you remember this list is subject to change based on upstream arch…

anonfunc pushed to master at ALHP/ALHP.GO 2021-11-14 12:36:22 +01:00
e6ac0a1a6e updated readme with mirrors
anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-14 12:21:31 +01:00
Mirrors

If more people start mirroring this. Maybe you can setup a ahlp-mirrorlist package just like the chaoticaur unofficial repo with their chaoticaur-mirrorlist package. Just a thought 👍

anonfunc commented on issue ALHP/ALHP.GO#34 2021-11-14 12:16:45 +01:00
Sigature Error

Works fine for me. Can you retest to confirm its still there for you?

anonfunc commented on issue ALHP/ALHP.GO#17 2021-11-13 23:47:15 +01:00
Provide x86-64-v2

'Distributed' building like that brings some challenges:

  • signing
  • coordinating (if multiple 'buildserver' exist)
  • distribution (how to get build packages were they need to be)

All technical…

anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-13 22:51:03 +01:00
Mirrors

Done.

Mirroring via rsync

rsync://alhp.harting.dev/alhp

I highly recommend using…

anonfunc pushed to master at ALHP/ALHP.GO 2021-11-13 22:30:05 +01:00
c9a8f88e25 added lastupdate for downstream mirrors to check
anonfunc commented on issue ALHP/ALHP.GO#22 2021-11-13 22:03:54 +01:00
Repository housekeeping

I actually already implemented some of these things (see https://git.harting.dev/anonfunc/ALHP.GO/src/commit/de3ca80aab8d1d85bbc0644d48cbc2214cb52622/utils.go#L491). Just not all. Therefore it's not…

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 21:41:21 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

Maybe since there is the new version, a test build couldn't hurt?

What do you think?

Probably a local build then, but yea why not. Building gcc local + trying to build an AUR package…

anonfunc commented on issue ALHP/ALHP.GO#16 2021-11-13 21:38:33 +01:00
Blacklisted packages

Added rust, llvm and xf86-video-intel to build whithout LTO.

See https://git.harting.dev/anonfunc/ALHP.GO/issues/54#issuecomment-727 for more.

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 21:29:42 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

@Gontier-Julien I implemented a separate LTO blacklist in https://git.harting.dev/anonfunc/ALHP.GO/commit/de3ca80aab8d1d85bbc0644d48cbc2214cb52622.

Currently on there are rust,…