Can you please make git at least shallow cloning?
It's nuts I have to download GBs of history, just to build latest kernel.
And especially, what is now the point of this repo with respect to linux-git?
Search Criteria
Package Details: linux-mainline-headers 6.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | Headers and scripts for building modules for the Linux Mainline kernel |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 278 |
Popularity: | 2.51 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2024-11-18 03:24 (UTC) |
Dependencies (16)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 76 Next › Last »
mirh commented on 2017-10-21 10:43 (UTC)
xuiqzy commented on 2017-10-10 18:01 (UTC)
Could you please change the VCS url to git+https://... to pull the git sources over TLS encrypted https since the git protocol is not encrypted and not authenticated? Thanks in advance! :)
MK13 commented on 2017-10-04 15:05 (UTC)
Tarballs are unsigned since 4.12-rc1
https://www.kernel.org/rc-tarballs-and-patches-starting-with-412-rc1.html
Also reflects in the PKGBUILD
#"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
Any plans to change to a git based build? Even if it comes with the downsides described in the kernel page
darkbasic commented on 2017-09-28 15:39 (UTC)
kernel.org git infrastructure has lots of countermeasures to avoid abuse and sometimes they get right into your way. For example if you try to pull the same big tree twice you will notice a much lower download speed the second time. Wait a couple of hours or change your IP and everything will probably get fixed.
laichiaheng commented on 2017-09-28 15:18 (UTC)
Why is the download speed so slow??
prazola commented on 2017-09-18 15:52 (UTC)
PKGBUILD and Makefile renewed?
I used to patch both to load my config and setup march and mtune like this:
"sed -i -e 's/march=core2/march=native/g;s/mtune=generic/mtune=native/g' Makefile"
And replacing o2 with o3. Is there a way to do the same now with only few modifications as before?
miffe commented on 2017-08-10 03:56 (UTC)
It's vacation time, so updates might be a little slow for a few weeks.
kaueraal commented on 2017-07-05 21:04 (UTC)
The kernel currently does not build the new bfq io scheduler by default. I think that should be added/changed.
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here