From: Thomas Glanzmann Date: Sat, 13 Aug 2022 08:12:15 +0000 (+0200) Subject: use release build from asahi X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/f2052d6910848053c2af298a2c1a32d411e13a23 use release build from asahi --- diff --git a/bootstrap.sh b/bootstrap.sh index d3d58ae..a441281 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -41,7 +41,8 @@ build_m1n1() test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1 cd m1n1 git fetch - git reset --hard origin/main; git clean -f -x -d &> /dev/null + # https://github.com/AsahiLinux/PKGBUILDs/blob/main/m1n1/PKGBUILD + git reset --hard v1.1.3; git clean -f -x -d &> /dev/null make -j `nproc` ) }