]> git.zerfleddert.de Git - m1-debian/blobdiff - m1n1_uboot_kernel.sh
bump rust version
[m1-debian] / m1n1_uboot_kernel.sh
index 30f5853759626f0a7e2ee8292fb67a575af7fc08..dc30fd4985b176ce84874e7e01314403b00c1046 100644 (file)
@@ -24,11 +24,11 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.5-12
+        git reset --hard asahi-6.5-13
         cat ../../config.txt > .config
-        make LLVM=${CLANG_VERSION} rustavailable
-        make LLVM=${CLANG_VERSION} olddefconfig
-        make -j `nproc` LLVM=${CLANG_VERSION} V=0 bindeb-pkg > /dev/null
+        make LLVM=-15 rustavailable
+        make LLVM=-15 olddefconfig
+        make -j `nproc` LLVM=-15 V=0 bindeb-pkg > /dev/null
 )
 }
 
@@ -90,12 +90,6 @@ EOF
 )
 }
 
-if type clang-15; then
-        export CLANG_VERSION=-15
-elif type clang-11; then
-        export CLANG_VERSION=-11
-fi
-
 mkdir -p build
 cd build
 
Impressum, Datenschutz