]> git.zerfleddert.de Git - m1-debian/commitdiff
bump versions
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 20 Dec 2023 20:19:58 +0000 (21:19 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 20 Dec 2023 20:19:58 +0000 (21:19 +0100)
m1n1_uboot_kernel.sh
mesa.sh
prepare_rust.sh

index 9ae38efc6b0e3df8f314a73c79828e7c5ff620b9..72727a8916237c003b5725b9546b9b7d79bd27a7 100644 (file)
@@ -16,8 +16,9 @@ source "$(pwd)/build/cargo/env"
 unset LC_CTYPE
 unset LANG
 
-export M1N1_VERSION=1.4.6
-export KERNEL_VERSION=asahi-6.5-26
+export M1N1_VERSION=1.4.11
+export KERNEL_VERSION=asahi-6.6-14
+export UBOOT_VERSION=asahi-v2023.07.02-4
 
 build_linux()
 {
@@ -52,7 +53,7 @@ build_uboot()
         test -d u-boot || git clone https://github.com/AsahiLinux/u-boot
         cd u-boot
         git fetch -a -t
-        git reset --hard asahi-v2023.07.02-3
+        git reset --hard $UBOOT_VERSION
         git clean -f -x -d > /dev/null
 
         make apple_m1_defconfig
diff --git a/mesa.sh b/mesa.sh
index 166268d6c979ae2134906c5c4ac0f5d684513808..c08938e004777ebded23bd0056e016f1846e971c 100644 (file)
--- a/mesa.sh
+++ b/mesa.sh
@@ -25,7 +25,7 @@ git fetch -a -t
 # the latest mesa tag will be in sync with the latest kernel tag and usually
 # also the latest live kernel (except when I'm about to do a release)
 # 17:18 <marcan> if those two desync it'll refuse to initialize
-git reset --hard asahi-20230904
+git reset --hard asahi-20231213
 rm -rf debian
 cp -a ../../mesa-debian debian
 EMAIL=thomas@glanzmann.de dch -v 23.0.0-`date +%Y%m%d%H%M` 'asahi wip'
index 31d85ddbfbfe8aa3812447d36081274f642cadcc..325b96b0ece4cc6ee34a28fdacbe94fc64cc1314 100644 (file)
@@ -16,9 +16,9 @@ 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 default 1.70.0
+rustup override set 1.71.1
+rustup default 1.71.1
 rustup component add rust-src
-cargo install --locked --version 0.62.0 bindgen-cli
+cargo install --locked --version 0.65.1 bindgen-cli
 rustup component add rustfmt
 rustup component add clippy
Impressum, Datenschutz