Update to 6.8.12 #1

Closed
forge wants to merge 3 commits from update-6.8.12 into main
3 changed files with 40 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
cp /etc/apt/sources.list.d/debian.sources /etc/apt/sources.list.d/debian-src.sources
sed 's/Types: deb/Types: deb-src/' -i /etc/apt/sources.list.d/debian-src.sources
apt-get update
apt-get install -y devscripts debhelper equivs git nodejs sudo
apt-get install -y devscripts debhelper equivs git nodejs sudo pkg-config
sudo hostname host.docker.internal
- name: Checkout Sources
uses: actions/checkout@v4

View file

@ -0,0 +1,38 @@
name: Kernel Test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
jobs:
test-build:
name: Build
runs-on: aarch64
container:
image: debian:bookworm
steps:
- name: Setup build environment
run: |
cat /etc/os-release
cp /etc/apt/sources.list.d/debian.sources /etc/apt/sources.list.d/debian-src.sources
sed 's/Types: deb/Types: deb-src/' -i /etc/apt/sources.list.d/debian-src.sources
apt-get update
apt-get install -y devscripts debhelper equivs git nodejs sudo pkg-config
sudo hostname host.docker.internal
- name: Checkout Sources
uses: actions/checkout@v4
with:
path: pve-kernel-thunderx
- name: Checkout submodules
run: git -C pve-kernel-thunderx submodule update --init --depth 16 --jobs 3
- name: Build Kernel
run: |
cd pve-kernel-thunderx
debian/rules debian/control
sudo mk-build-deps --tool 'apt-get --no-install-recommends --yes' --install debian/control
debuild --no-lintian -ePVE* --jobs=auto -b -uc -us
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: debs
path: "*.deb"

2
debian/changelog vendored
View file

@ -3,7 +3,7 @@ pve-kernel (6.8.12-1) generic; urgency=medium
* Update to Ubuntu Linux 6.8.0-45.45
* Update to zfs 2.2.6
-- ayakael <dev@ayakael.net> Mon, 7 Oct 2024 08:03:00 +0800
-- ayakael <dev@ayakael.net> Mon, 7 Oct 2024 09:12:31 +0800
pve-kernel (6.5.3) generic; urgency=medium