diff --git a/.build.yml b/.build.yml index 5896c47..b8e89d4 100644 --- a/.build.yml +++ b/.build.yml @@ -34,6 +34,8 @@ tasks: cd .. git clone https://aur.archlinux.org/python37.git cd python37 + # disable optimizations to speedup build process + sed -i '/enable-optimizations/d' PKGBUILD makepkg --noconfirm -si --skippgpcheck - setup_venv: | cd OOMAnalyser