linux, linux-zen, linux-rt and other kernels broken #186
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that since april 28 the package linux has been broken when was updated to 6.3.x
There are different reasons why each failed.
linux-rt
,linux-rt-lts
andlinux-hardened
failed because of a problem with the peak-memory package queuing logic, which I already resolved, so they should build fine next version.I'm not sure what happened with
linux-zen
, have to look into that later.As for
linux
: That failed because the patches ALHP uses to introduce an x86-64-vN build target failed to apply, as you can infer from the status page.I consider switching to using
KCFLAGS
/KCPPFLAGS
for kernel builds anyways, that would enable us to simplify the build logic and make us independent from the patches graysky provides.I just switched ALHP to use
KCFLAGS
/KCPPFLAGS
and requeuedlinux
andlinux-zen
. That should resolve this issue.@anonfunc thank you so much for your effort fixing and maintaining this repo!
I already have my kernels updated with v3 :)