Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 28cd2b7

Browse files
committedMay 23, 2023
Use Rust 1.63.0 to compile the kernel
This gives us some warnings, but allows to compile out-of-tree modules since it fixes a bug with how the target triple is defined for a custom target.json file. See rust-lang/rust#98225
1 parent f0c454d commit 28cd2b7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎.SRCINFO

+2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ pkgbase = linux-rust
2626
options = !strip
2727
source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.2.10-arch1
2828
source = config
29+
source = rust-toolchain
2930
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
3031
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
3132
validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
3233
validpgpkeys = C7E7849466FE2358343588377258734B41C31549
3334
sha256sums = SKIP
3435
sha256sums = 165ebef778236af6407bd50ce99add5e247295b65073257c95514a09cc82d74a
36+
sha256sums = 875ed8a3f782904d26619155f27f94e35d1fde02eb2948c463dd2c8441e0f450
3537

3638
pkgname = linux-rust
3739
pkgdesc = The Rust Linux kernel and modules

‎PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ validpgpkeys=(
2929

3030
sha256sums=('SKIP'
3131
'165ebef778236af6407bd50ce99add5e247295b65073257c95514a09cc82d74a'
32-
'bc43ef34a131fd2f99047a8aca491f24fa0a36010dcb90166e73c49f58a1928d')
32+
'875ed8a3f782904d26619155f27f94e35d1fde02eb2948c463dd2c8441e0f450')
3333

3434
export KBUILD_BUILD_HOST=archlinux
3535
export KBUILD_BUILD_USER=$pkgbase

‎rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.62.0
1+
1.63.0

0 commit comments

Comments
 (0)
Failed to load comments.