Skip to content

Commit

Permalink
Use Rust 1.63.0 to compile the kernel
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rnestler committed May 23, 2023
1 parent f0c454d commit 28cd2b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ pkgbase = linux-rust
options = !strip
source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.2.10-arch1
source = config
source = rust-toolchain
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
validpgpkeys = C7E7849466FE2358343588377258734B41C31549
sha256sums = SKIP
sha256sums = 165ebef778236af6407bd50ce99add5e247295b65073257c95514a09cc82d74a
sha256sums = 875ed8a3f782904d26619155f27f94e35d1fde02eb2948c463dd2c8441e0f450

pkgname = linux-rust
pkgdesc = The Rust Linux kernel and modules
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ validpgpkeys=(

sha256sums=('SKIP'
'165ebef778236af6407bd50ce99add5e247295b65073257c95514a09cc82d74a'
'bc43ef34a131fd2f99047a8aca491f24fa0a36010dcb90166e73c49f58a1928d')
'875ed8a3f782904d26619155f27f94e35d1fde02eb2948c463dd2c8441e0f450')

export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.62.0
1.63.0

0 comments on commit 28cd2b7

Please sign in to comment.