anonfunc
anonfunc pushed to master at ALHP/ALHP.GO 2021-12-02 10:08:57 +01:00
bafb7a3b83 only count packages sent to building for batch-limit
anonfunc pushed to master at anonfunc/aur-packages 2021-12-02 09:46:00 +01:00
207c2dfb62 upgpkg: python-mpv-jsonipc 1.1.13-1
a17522c1a4 Add 'python-mpv-jsonipc/' from commit '82bfa595b70fc1abe6ff81a175c397c6ea008b5e'
82bfa595b7 upgpkg: python-mpv-jsonipc 1.1.13-1
b037951552 upgpkg: python-mpv-jsonipc 1.1.11-1
df7d3e1231 upgpkg: python-mpv-jsonipc 1.1.10-1
Compare 8 commits »
anonfunc closed issue ALHP/ALHP.GO#71 2021-12-01 07:58:36 +01:00
virtualbox host modules don't work with v3 kernel
anonfunc commented on issue ALHP/ALHP.GO#71 2021-11-30 22:40:25 +01:00
virtualbox host modules don't work with v3 kernel

This is already described in https://git.harting.dev/ALHP/ALHP.GO#user-content-directly-linked-kernel-modules.

Until we can build linux with alhp's packages present there is nothing we can do…

anonfunc commented on issue ALHP/ALHP.GO#72 2021-11-30 22:38:38 +01:00
Build with nodejs seems to fail due to network issues

I noticed that as well. Server overall connection status is fine, so there is either some routing issue to some npm reg. or a specific issue on their side, not sure.

anonfunc commented on issue ALHP/ALHP.GO#17 2021-11-30 21:22:22 +01:00
Provide x86-64-v2

It's about 20% done, ETA Friday.

anonfunc commented on issue ALHP/ALHP.GO#17 2021-11-29 17:16:46 +01:00
Provide x86-64-v2

x86-64-v2 will also be the first repo which had LTO enabled from the very start (so all packages which can handle LTO will have it). I'm most interested in the resulting performance increase SSE+LTO…

anonfunc pushed to master at ALHP/ALHP.GO 2021-11-29 15:59:49 +01:00
d65cab3303 fixed housekeeping was not march aware
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-29 15:48:03 +01:00
23a0fddea3 changed batch behaviour so all marchs get their queue filled
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-29 15:02:18 +01:00
8e4c056e7e added build-dir to allow multiple building the same package for different marchs
anonfunc closed issue ALHP/ALHP.GO#70 2021-11-29 14:57:59 +01:00
Python isn't anymore in the extra repo
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-29 13:42:34 +01:00
7b8dee4650 updated schema to allow multiple pkgbases/march
14f39badc6 updated deps
Compare 2 commits »
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-29 13:29:47 +01:00
24f275877c fixed some multi-march issues
anonfunc commented on issue ALHP/ALHP.GO#17 2021-11-29 13:18:10 +01:00
Provide x86-64-v2

I just started the v2 build. It'll take a few days to build the whole repo. The v3 build-process should not be affected besides a few delayed updates due to higher load.

anonfunc pushed to master at ALHP/ALHP.GO 2021-11-29 13:12:57 +01:00
6ec9e8c623 fixed margin being on the wrong element
anonfunc pushed to master at anonfunc/aur-packages 2021-11-29 12:30:47 +01:00
6476eec176 upgpkg: zwavejs2mqtt 1:6.0.2-1
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-29 11:35:20 +01:00
454bc4407c restructured README
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-29 11:07:45 +01:00
d5cf6989de added batch limit to not clog up build-queue
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-29 10:48:34 +01:00
a013f78937 build-worker are per march now, allows for timely builds
anonfunc commented on issue ALHP/ALHP.GO#40 2021-11-29 10:01:55 +01:00
Starting to take care of failing packages

A short update: I enabled checks recently after some discussion with various Archlinux devs and TUs. There was no real consensus among them if failed builds caused by disabled checks leading to…