From e5a3ffbe79597596cf5987286a0711c00d65a047 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Thu, 12 Oct 2023 21:53:27 +0200 Subject: [PATCH] bump linux / u-boot version; Run clean -f -x -d in the kernel tree to make sure that no old artefacts that were compiled using the wrong llvm/clan version are lying around --- m1n1_uboot_kernel.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index dc30fd4..5536715 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -24,7 +24,8 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.5-13 + git reset --hard asahi-6.5-15 + git clean -f -x -d > /dev/null cat ../../config.txt > .config make LLVM=-15 rustavailable make LLVM=-15 olddefconfig @@ -49,7 +50,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-2; + git reset --hard asahi-v2023.07.02-3 make apple_m1_defconfig make -j `nproc` -- 2.39.2