From d5f07c92ad850a56d6b82604df14428c690f9844 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Thu, 15 Jul 2021 19:47:36 +0200 Subject: [PATCH] Using yay to install packages for test setup --- .build.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.build.yml b/.build.yml index ebad032..2d4018d 100644 --- a/.build.yml +++ b/.build.yml @@ -29,19 +29,13 @@ sources: shell: null tasks: - setup_pkgs: | - git clone https://aur.archlinux.org/rollup.git - cd rollup - makepkg --noconfirm -si - cd .. + yay -S --noconfirm --noeditmenu --noupgrademenu rollup chromedriver google-chrome git clone https://aur.archlinux.org/python37.git cd python37 - # disable optimizations to speedup build process + # disable optimizations to speedup build process by 8 minutes sed -i '/enable-optimizations/d' PKGBUILD makepkg --noconfirm -si --skippgpcheck cd .. - git clone https://aur.archlinux.org/chromedriver.git - cd chromedriver - makepkg --noconfirm -si --skippgpcheck - setup_venv: | cd OOMAnalyser make venv