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
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