From b6134aa01e0a45786a2fb190cd11ca81bbbcb5f5 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 7 Nov 2022 18:40:18 +0100 Subject: [PATCH] m1n1 does not work --- gpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu.sh b/gpu.sh index 14875c4..eb98609 100644 --- a/gpu.sh +++ b/gpu.sh @@ -18,7 +18,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard origin/asahi-wip; + git reset --hard origin/gpu/rust-wip; source "$HOME/.cargo/env" curl -sL https://tg.st/u/3007a82fe2f3ef7d91945e1cb3e5a167f8d6b0550ecb67850d1cd85f3efa112e.config > .config make LLVM=-14 olddefconfig -- 2.39.2