]> git.zerfleddert.de Git - m1-debian/commitdiff
bump versions
authorThomas Glanzmann <thomas@glanzmann.de>
Sun, 5 Mar 2023 17:20:41 +0000 (18:20 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sun, 5 Mar 2023 17:20:41 +0000 (18:20 +0100)
m1n1_uboot_kernel.sh
prepare_rust.sh

index 2540122a01b313f48c7151285eff188d147c9fc8..7139197f7dc566268de6486f822bc9225deeb5d9 100644 (file)
@@ -32,7 +32,7 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.2-rc3-7;
+        git reset --hard asahi-6.2-1;
         cat ../../config.txt > .config
         make LLVM=${CLANG_VERSION} rustavailable
         make LLVM=${CLANG_VERSION} olddefconfig
index 9cf3ab64823703e4d9cad718d0bf4262c3cdc0d9..2ed6c3277de2931d7c29aa85688f97642900b162 100644 (file)
@@ -17,7 +17,7 @@ main() {
         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.62.0
+        rustup override set 1.66.0
         rustup component add rust-src
         cargo install --locked --version 0.56.0 bindgen
         rustup component add rustfmt
Impressum, Datenschutz