anonfunc
anonfunc commented on issue ALHP/ALHP.GO#100 2022-05-13 14:01:52 +02:00
Invalid signature

You can have a look at

pacman-key --list-keys 0D4D2FDAF45468F3DDF59BEDE3D0D2CD3952E298

That should list the alhp buildbot key.

anonfunc commented on issue ALHP/ALHP.GO#100 2022-05-13 13:49:38 +02:00
Invalid signature

Not to my knowledge. Are you using alhp-keyring?

anonfunc commented on issue ALHP/ALHP.GO#113 2022-05-12 21:18:51 +02:00
Separate builds on network-level

Yep, this is a know issue. I already experimented with separating the builds on a network level via systemd-nspawn. There is only firewall integration left, otherwise this already worked in my…

anonfunc commented on issue ALHP/ALHP.GO#92 2022-05-12 13:07:50 +02:00
Add several more optimizations

Just FYI, all builds after 2022-05-12 01:00 UTC are build with the new flags -mpclmul and -devirtualize-at-ltrans.

anonfunc commented on issue ALHP/ALHP.GO#92 2022-05-11 21:24:14 +02:00
Add several more optimizations

We probably could test it, but I would prefer not doing it on the production machine. I can probably make some test builds locally later/tomorrow.

anonfunc pushed to master at ALHP/ALHP.GO 2022-05-11 21:21:58 +02:00
567f8d903f fix typo
anonfunc merged pull request ALHP/ALHP.GO#112 2022-05-11 21:21:54 +02:00
fix typo
anonfunc commented on pull request ALHP/ALHP.GO#112 2022-05-11 21:21:21 +02:00
fix typo

Oh true, I missed that as well :P

anonfunc commented on issue ALHP/ALHP.GO#111 2022-05-11 17:21:39 +02:00
Vmware dkms build failed (Yes,again)

This should not happen anymore with https://git.harting.dev/ALHP/ALHP.GO/commit/f190902b412df4bffee6c553fbd179a67557cb02 now in place. I'll leave this open unitl linux-zen is rebuild.

anonfunc commented on issue ALHP/ALHP.GO#92 2022-05-11 17:19:58 +02:00
Add several more optimizations

What do you think about '-fipa-pta'? It does take more memory but is commonly used on Gentoo builds.

Do you got some headroom on the build server in terms of memory? :)

Not really…

anonfunc commented on pull request ALHP/ALHP.GO#109 2022-05-11 17:12:45 +02:00
add mpclmul and devirtualize-at-ltrans

I do not know how, but gitea somehow fucked up rebasing the branch before merging, so I had to cherry pick your commit. Consider this merged.

anonfunc closed pull request ALHP/ALHP.GO#109 2022-05-11 17:12:45 +02:00
add mpclmul and devirtualize-at-ltrans
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-11 17:11:24 +02:00
4153e53466 add -mpclmul and -devirtualize-at-ltrans
anonfunc commented on pull request ALHP/ALHP.GO#109 2022-05-11 17:06:45 +02:00
add mpclmul and devirtualize-at-ltrans

LGTM.

anonfunc pushed to master at ALHP/ALHP.GO 2022-05-11 17:06:12 +02:00
f190902b41 add gcc to all mirror checks, preventing issues like #111
85d46f4ab0 updated deps
Compare 2 commits »
anonfunc commented on issue ALHP/ALHP.GO#108 2022-05-11 16:54:00 +02:00
Significant install size differences

This is probably a side-effect of -O3 and can be safely ignored.

anonfunc commented on issue ALHP/ALHP.GO#110 2022-05-11 16:50:30 +02:00
Rust -o(pt-level) 3 and -target-cpu=x86_64_x?

LTo is handled mostly by upstream now. Not sure about -target-cpu, but at least -opt-level seems to be set corecctly with out current flag configuration.

anonfunc commented on issue ALHP/ALHP.GO#111 2022-05-11 16:48:53 +02:00
Vmware dkms build failed (Yes,again)

I indentified the underlying problem. I requeued linux-zen for now.

anonfunc commented on issue ALHP/alhp-mirrorlist#4 2022-05-09 00:43:23 +02:00
Adding IPFS-cluster based mirror

Hi @RubenKelevra,

good idea, why not. I think we can integrate this (commented out) in a new mirror release. Comment can include a link to either this issue or the guide you linked, with a hint…

anonfunc commented on issue ALHP/ALHP.GO#92 2022-05-08 21:40:36 +02:00
Add several more optimizations

@anonfunc well, -fdevirtualize-speculatively wasn't mentioned here before, but it sounds like it could lead to further optimisations down the road :)

So maybe just add it to the ToDo…