6.13
All checks were successful
PikaOS Package Build Only (amd64-v3) / build (push) Successful in 1m5s
All checks were successful
PikaOS Package Build Only (amd64-v3) / build (push) Successful in 1m5s
This commit is contained in:
parent
d8aa90fb43
commit
2e6ecc843c
2
.github/build-nest-v3
vendored
2
.github/build-nest-v3
vendored
@ -1 +1 @@
|
||||
2
|
||||
1
|
@ -27,11 +27,9 @@ ifeq (amd64,$(DEB_HOST_ARCH))
|
||||
|
||||
# Fix build errors on 6.13+
|
||||
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/746
|
||||
patch -Np2 -i $(CURDIR)/debian/patches/0006-crypto-Add-fix-for-6.13-Module-compilation.patch -d $(CURDIR)/debian/tmp/kernel
|
||||
patch -Np2 -i $(CURDIR)/debian/patches/0006-crypto-Add-fix-for-6.13-Module-compilation.patch -d $(CURDIR)/debian/tmp/kernel-open
|
||||
|
||||
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/751
|
||||
patch -Np2 -i $(CURDIR)/debian/patches/0007-nvidia-nv-Convert-symbol-namespace-to-string-literal.patch -d $(CURDIR)/debian/tmp/kernel
|
||||
patch -Np2 -i $(CURDIR)/debian/patches/0007-nvidia-nv-Convert-symbol-namespace-to-string-literal.patch -d $(CURDIR)/debian/tmp/kernel-open
|
||||
|
||||
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/747
|
||||
@ -72,11 +70,9 @@ ifeq (i386,$(DEB_HOST_ARCH))
|
||||
|
||||
# Fix build errors on 6.13+
|
||||
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/746
|
||||
patch -Np2 -i $(CURDIR)/debian/patches/0006-crypto-Add-fix-for-6.13-Module-compilation.patch -d $(CURDIR)/debian/tmp/kernel
|
||||
patch -Np2 -i $(CURDIR)/debian/patches/0006-crypto-Add-fix-for-6.13-Module-compilation.patch -d $(CURDIR)/debian/tmp/kernel-open
|
||||
|
||||
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/751
|
||||
patch -Np2 -i $(CURDIR)/debian/patches/0007-nvidia-nv-Convert-symbol-namespace-to-string-literal.patch -d $(CURDIR)/debian/tmp/kernel
|
||||
patch -Np2 -i $(CURDIR)/debian/patches/0007-nvidia-nv-Convert-symbol-namespace-to-string-literal.patch -d $(CURDIR)/debian/tmp/kernel-open
|
||||
|
||||
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/747
|
||||
|
Loading…
x
Reference in New Issue
Block a user