Disable optimizations to speedup build process
This commit is contained in:
parent
204c60e118
commit
e4629bf97b
@ -34,6 +34,8 @@ tasks:
|
|||||||
cd ..
|
cd ..
|
||||||
git clone https://aur.archlinux.org/python37.git
|
git clone https://aur.archlinux.org/python37.git
|
||||||
cd python37
|
cd python37
|
||||||
|
# disable optimizations to speedup build process
|
||||||
|
sed -i '/enable-optimizations/d' PKGBUILD
|
||||||
makepkg --noconfirm -si --skippgpcheck
|
makepkg --noconfirm -si --skippgpcheck
|
||||||
- setup_venv: |
|
- setup_venv: |
|
||||||
cd OOMAnalyser
|
cd OOMAnalyser
|
||||||
|
Loading…
Reference in New Issue
Block a user