You've already forked Raspberry-Pi-Linux-Kernel
2
Some checks failed
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi Linux Sources (push) Successful in 2m48s
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux Kernel (Meta-Package) (push) Successful in 12s
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux Headers (Meta-Package) (push) Successful in 11s
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi Linux Kernel (bcm2711) (push) Failing after 1h29m22s
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux Kernel (push) Has been skipped
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux Headers (push) Has been skipped
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux libc Development (push) Has been skipped
Some checks failed
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi Linux Sources (push) Successful in 2m48s
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux Kernel (Meta-Package) (push) Successful in 12s
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux Headers (Meta-Package) (push) Successful in 11s
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi Linux Kernel (bcm2711) (push) Failing after 1h29m22s
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux Kernel (push) Has been skipped
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux Headers (push) Has been skipped
Raspberry Pi Linux Kernel (Bookworm) / Raspberry Pi v8 Linux libc Development (push) Has been skipped
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
/usr/bin/make --directory='./linux-sources' --jobs='6' bcm2711_defconfig
|
||||
- name: Linux Sources [Build]
|
||||
run: |
|
||||
/usr/bin/make LOCALVERSION='' --directory='./linux-sources' --jobs='6' Image.gz modules dtbs
|
||||
/usr/bin/make LOCALVERSION='+rpt-rpi-v8' --directory='./linux-sources' --jobs='6' Image.gz modules dtbs
|
||||
- name: Debian Binary Packages [Build]
|
||||
run: |
|
||||
/usr/bin/make --directory='./linux-sources' --jobs='6' bindeb-pkg
|
||||
@@ -312,7 +312,7 @@ jobs:
|
||||
files: |
|
||||
linux-image-${{ steps.environment.outputs.version }}+rpt-rpi-v8_bcm2711.deb
|
||||
bcm2711-linux-headers-rpt-rpi-v8:
|
||||
name: Raspberry Pi v8 Linux Headers (Proxmox)
|
||||
name: Raspberry Pi v8 Linux Headers
|
||||
needs:
|
||||
- bcm2711-build
|
||||
runs-on: bookworm
|
||||
@@ -387,7 +387,7 @@ jobs:
|
||||
files: |
|
||||
linux-headers-${{ steps.environment.outputs.version }}+rpt-rpi-v8_bcm2711.deb
|
||||
bcm2711-linux-libc-dev:
|
||||
name: Raspberry Pi v8 Linux libc Development (Proxmox)
|
||||
name: Raspberry Pi v8 Linux libc Development
|
||||
needs:
|
||||
- bcm2711-build
|
||||
runs-on: bookworm
|
||||
|
||||
Reference in New Issue
Block a user