]> git.zerfleddert.de Git - m1-debian/commitdiff
Merge branch 'master' of 88.198.237.222:/git/m1-debian
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 10 Oct 2023 18:39:27 +0000 (20:39 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 10 Oct 2023 18:39:27 +0000 (20:39 +0200)
m1n1_uboot_kernel.sh
prepare_rust.sh

index 46d203df69a07796aefd18c58b5e83667204b521..9e9b90bc787eb452e4d918227846b6f88b7f4f99 100644 (file)
@@ -16,7 +16,7 @@ source "$(pwd)/build/cargo/env"
 unset LC_CTYPE
 unset LANG
 
-export M1N1_VERSION=1.4.0
+export M1N1_VERSION=1.4.2
 
 build_linux()
 {
@@ -24,7 +24,7 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.5-8;
+        git reset --hard asahi-6.5-13
         cat ../../config.txt > .config
         make LLVM=${CLANG_VERSION} rustavailable
         make LLVM=${CLANG_VERSION} olddefconfig
index 8e66744dbb944488af511c3bb4419c94ffdf1e2b..7bdb06749316d7aee3a2dc9436369514c189be74 100644 (file)
@@ -16,8 +16,8 @@ export RUSTUP_HOME="$(pwd)/build/rust"
 rm -rf ${CARGO_HOME} ${RUSTUP_HOME}
 curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain none
 source "$(pwd)/build/cargo/env"
-rustup override set 1.70.0
+rustup override set 1.68.2
 rustup component add rust-src
-cargo install --locked --version 0.62.0 bindgen-cli
+cargo install --locked --version 0.56.0 bindgen #-cli
 rustup component add rustfmt
 rustup component add clippy
Impressum, Datenschutz